simple cms in vuejs
# install dependencies
npm install
# serve with hot reload at localhost:8090 (only blog page,no admin)
npm run dev (或 npm start)
# build for production with blog page
npm run build
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
# build for production with admin page (not yet)
npm run buildadmin
# integral test enviroment for blog&admin page with node server (not yet)
npm run nodeserver
Hope to create blog/CMS website with Vue.js simply