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 1616 "scripts" : {
1717 "dev" : " webpack-dev-server --config scripts/webpack.config.js --hot --info=false --port 8000" ,
1818 "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" ,
1921 "lint" : " eslint -f friendly --ext .js,.vue ./" ,
2022 "test" : " BABEL_ENV=test karma start scripts/karma.conf.js" ,
2123 "precommit" : " npm run lint" ,
7577 "vue" : " ^2.5.17" ,
7678 "vue-loader" : " ^15.4.1" ,
7779 "vue-template-compiler" : " ^2.5.17" ,
80+ "vuepress" : " ^0.14.3" ,
7881 "webpack" : " ^4.17.2" ,
7982 "webpack-cli" : " ^3.1.0" ,
8083 "webpack-dev-server" : " ^3.1.8"
You can’t perform that action at this time.
0 commit comments