Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 765 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 765 Bytes

beautycms

simple cms in vuejs

Setup

# 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

Willings

Hope to create blog/CMS website with Vue.js simply

Good Things:

  1. wordpress
  2. buttercms
  3. hexo
  4. jekyll
  5. vuepress