Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seymoe/QuillCMS
QuillCMS, A Content Management System build with Node.js, Express, Nuxt.js and MongoDB.
https://github.com/seymoe/QuillCMS
cms element-ui mongodb nodejs nuxt quillcms vue
Last synced: about 1 month ago
JSON representation
QuillCMS, A Content Management System build with Node.js, Express, Nuxt.js and MongoDB.
- Host: GitHub
- URL: https://github.com/seymoe/QuillCMS
- Owner: seymoe
- License: mit
- Created: 2018-06-05T16:48:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:41:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T09:13:20.755Z (4 months ago)
- Topics: cms, element-ui, mongodb, nodejs, nuxt, quillcms, vue
- Language: Vue
- Homepage:
- Size: 6.12 MB
- Stars: 106
- Watchers: 3
- Forks: 20
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - QuillCMS
README
# QuillCMS
> QuillCMS, A Content Management System build with Node.js, Express, Nuxt.js and MongoDB.
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm start
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
## Backpack
We use [backpack](https://github.com/palmerhq/backpack) to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).