https://github.com/kirillgroshkov/kg-editor
JSON-schema-based web-editor (CMS)
https://github.com/kirillgroshkov/kg-editor
cms json-schema typescript vue vue-material
Last synced: 2 months ago
JSON representation
JSON-schema-based web-editor (CMS)
- Host: GitHub
- URL: https://github.com/kirillgroshkov/kg-editor
- Owner: kirillgroshkov
- Created: 2018-02-17T20:41:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T19:14:22.000Z (about 7 years ago)
- Last Synced: 2025-03-11T11:09:11.806Z (2 months ago)
- Topics: cms, json-schema, typescript, vue, vue-material
- Language: Vue
- Homepage: https://kg-editor.netlify.com
- Size: 304 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# kg-editor
> kg-editor
## Build Setup
serve with hot reload at localhost:8080
yarn serve
build for production with minification
yarn build
build for production and view the bundle analyzer report
yarn build --report