File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55 < title > VueFire Todo App Demo</ title >
66 < script src ="https://cdn.firebase.com/js/client/2.3.2/firebase.js "> </ script >
77 < script src ="https://cdn.jsdelivr.net/vue/1.0.13/vue.js "> </ script >
8- < script src ="../../src /vuefire.js "> </ script >
8+ < script src ="../../dist /vuefire.js "> </ script >
99 </ head >
1010 < body >
1111
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "lint" : " eslint --ext=js,html src tests examples karma.conf.js" ,
88 "test" : " npm run lint && karma start karma.conf.js --single-run" ,
9+ "dev" : " webpack src/vuefire.js dist/vuefire.js --watch" ,
910 "build-dev" : " webpack src/vuefire.js dist/vuefire.js --output-library=VueFire --output-library-target=umd" ,
1011 "build-prod" : " webpack src/vuefire.js dist/vuefire.min.js --output-library=VueFire --output-library-target=umd -p" ,
1112 "build" : " npm run build-dev && npm run build-prod"
You can’t perform that action at this time.
0 commit comments