-
HMR Both back-end(Koa) and front-end support HRM in dev mod
-
SSR Both SPA and SSR mode are supported, and so is static HTML page generating
-
UIKit UIKit is used to support responsive web design
-
Built-in network optimization. No need to configure nginx hand by hand, the app' server has already done everything:
- assets(IMG, JS, and CSS) are automatically cached in browser
- when visiting the generated static pages, the app will check if the pages are updated since last visit on client: if not return 304, if yes return 200
Mysql: >= 5.6.0
Node: >=v10.0.0
$ git clone https://github.com/liuyanzhi08/vue-cms.git
$ cd vue-cms
$ npm install
$ vim src/config.js # modify the db config to yours
$ npm run dev:db:init # generate the development db
$ npm start # build back-end and front-end files and watching
username: admin & password: admin
Enjoy.
Copyright (c) 2018-present, liuyanzhi08