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 5
5
< title > VueFire Todo App Demo</ title >
6
6
< script src ="https://cdn.firebase.com/js/client/2.3.2/firebase.js "> </ script >
7
7
< 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 >
9
9
</ head >
10
10
< body >
11
11
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"lint" : " eslint --ext=js,html src tests examples karma.conf.js" ,
8
8
"test" : " npm run lint && karma start karma.conf.js --single-run" ,
9
+ "dev" : " webpack src/vuefire.js dist/vuefire.js --watch" ,
9
10
"build-dev" : " webpack src/vuefire.js dist/vuefire.js --output-library=VueFire --output-library-target=umd" ,
10
11
"build-prod" : " webpack src/vuefire.js dist/vuefire.min.js --output-library=VueFire --output-library-target=umd -p" ,
11
12
"build" : " npm run build-dev && npm run build-prod"
You can’t perform that action at this time.
0 commit comments