All Projects → liuyanzhi08 → vue-cms

liuyanzhi08 / vue-cms

Licence: MIT License
VUE-CMS. Proudly Using ES7, Vue 2, Koa 2, Webpack 4, Babel 7 And Mocha

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-cms

Breko Hub
Babel React Koa Hot Universal Boilerplate
Stars: ✭ 145 (+806.25%)
Mutual labels:  babel, koa, mocha
react-innertext
Returns the innerText of a React JSX object.
Stars: ✭ 37 (+131.25%)
Mutual labels:  babel, mocha
Apollo Upload Examples
A full stack demo of file uploads via GraphQL mutations using Apollo Server and apollo-upload-client.
Stars: ✭ 358 (+2137.5%)
Mutual labels:  babel, koa
Award
⚙基于react的服务端渲染框架
Stars: ✭ 91 (+468.75%)
Mutual labels:  babel, koa
Koa Mobx React Starter
A straightforward starter for Node javascript web projects. Using Koa, MobX and ReactJS (with universal / isomorphic server rendering)
Stars: ✭ 102 (+537.5%)
Mutual labels:  babel, koa
Express Mongoose Es6 Rest Api
💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
Stars: ✭ 2,811 (+17468.75%)
Mutual labels:  babel, mocha
Cookiecutter Webpack
Boilerplate for webpack 2, babel, react + redux + hmr, and karma. Can be inserted into existing django projects.
Stars: ✭ 87 (+443.75%)
Mutual labels:  babel, mocha
Yarsk
Don't use this, use Create React App
Stars: ✭ 199 (+1143.75%)
Mutual labels:  babel, mocha
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (+931.25%)
Mutual labels:  babel, mocha
Babel Plugin Tester
Utilities for testing babel plugins
Stars: ✭ 228 (+1325%)
Mutual labels:  babel, mocha
react-multi-context
Manage multiple React 16 contexts with a single component.
Stars: ✭ 19 (+18.75%)
Mutual labels:  babel, mocha
atom-mocha
Mocha test runner in Atom
Stars: ✭ 13 (-18.75%)
Mutual labels:  mocha
Mikey
For TinyProgram Based On TypeScript , Koa + MongoDB + Mocha TEST
Stars: ✭ 14 (-12.5%)
Mutual labels:  mocha
babel-note
Some examples of babel
Stars: ✭ 12 (-25%)
Mutual labels:  babel
node-lambda-babel-template
A minimal template for an ES2015+ Node.js app running on AWS Lambda (w/ babel and webpack).
Stars: ✭ 40 (+150%)
Mutual labels:  babel
netflix landing-page
The Netflix.com landing page built via React 16 and Styled-Components. Build deployed via Surge.sh for preview.
Stars: ✭ 39 (+143.75%)
Mutual labels:  babel
k6-template-es6
Template repository for bundling test projects into single test scripts runnable by k6
Stars: ✭ 39 (+143.75%)
Mutual labels:  babel
spectron-typescript-starter
Spectron TypeScript Starter for e2e testing electron applications
Stars: ✭ 15 (-6.25%)
Mutual labels:  mocha
redux-react-koa-isomorphic-counter-example
Isomorphic port of the redux counter app
Stars: ✭ 77 (+381.25%)
Mutual labels:  koa
ravel
Forge past a tangle of node.js modules. Make a cool app.
Stars: ✭ 19 (+18.75%)
Mutual labels:  koa

VUE-CMS. Proudly Using ES7, Vue 2, Koa 2, Webpack 4, Babel 7 And Mocha

FOSSA Status

Feature

  1. HMR Both back-end(Koa) and front-end support HRM in dev mod

  2. SSR Both SPA and SSR mode are supported, and so is static HTML page generating

  3. UIKit UIKit is used to support responsive web design

  4. Built-in network optimization. No need to configure nginx hand by hand, the app' server has already done everything:

    1. assets(IMG, JS, and CSS) are automatically cached in browser
    2. 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

Dependency

Mysql: >= 5.6.0

Node: >=v10.0.0

Starting

$ 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.

License

MIT

Copyright (c) 2018-present, liuyanzhi08

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].