File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ <template >
2
+ <h1 >Hello World!</h1 >
3
+ </template >
Original file line number Diff line number Diff line change
1
+ # Vue-infinite-loading
Original file line number Diff line number Diff line change 16
16
"scripts" : {
17
17
"dev" : " webpack-dev-server --config scripts/webpack.config.js --hot --info=false --port 8000" ,
18
18
"build" : " NODE_ENV=production webpack --config scripts/webpack.config.js -p --progress --hide-modules" ,
19
+ "docs:dev" : " vuepress dev docs" ,
20
+ "docs:build" : " vuepress build docs" ,
19
21
"lint" : " eslint -f friendly --ext .js,.vue ./" ,
20
22
"test" : " BABEL_ENV=test karma start scripts/karma.conf.js" ,
21
23
"precommit" : " npm run lint" ,
75
77
"vue" : " ^2.5.17" ,
76
78
"vue-loader" : " ^15.4.1" ,
77
79
"vue-template-compiler" : " ^2.5.17" ,
80
+ "vuepress" : " ^0.14.3" ,
78
81
"webpack" : " ^4.17.2" ,
79
82
"webpack-cli" : " ^3.1.0" ,
80
83
"webpack-dev-server" : " ^3.1.8"
You can’t perform that action at this time.
0 commit comments