Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 640 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 640 Bytes

free-novel

download free novel

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run e2e tests
npm run e2e

# run all tests
npm test

vuex store 用法参考地址

https://segmentfault.com/a/1190000009404727 https://vuex.vuejs.org/zh-cn/intro.html

For detailed explanation on how things work, checkout the guide and docs for vue-loader.