Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dashpilot/vue-headless-cms
Headless CMS that runs off (and saves to) a single JSON file
https://github.com/dashpilot/vue-headless-cms
cms headless headless-cms json vitejs vue vue3
Last synced: 3 months ago
JSON representation
Headless CMS that runs off (and saves to) a single JSON file
- Host: GitHub
- URL: https://github.com/dashpilot/vue-headless-cms
- Owner: dashpilot
- Created: 2022-02-01T23:30:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T14:41:22.000Z (over 2 years ago)
- Last Synced: 2024-06-10T04:37:47.332Z (5 months ago)
- Topics: cms, headless, headless-cms, json, vitejs, vue, vue3
- Language: Vue
- Homepage: https://vue-headless-cms.vercel.app/
- Size: 664 KB
- Stars: 18
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Headless CMS
Headless CMS that runs off (and saves to) a single JSON file. Written in Vue 3, bundling through Vite
## Demo
## Features
- headless: can be used with your preferred front-end (Vue, React, Svelte, vanilla js, Nodejs, PHP, Static Site Generator)
- quick-access through mail-like interface
- saves to a single JSON file
- easily configure content types and fields through the interface
- categories and filtering
- rich text editor
- image upload and resize
- image galleries
- template editor with syntax highlighting
- the whole CMS is a SPA that can be downloaded or loaded from a CDN## Preview
## Documentation
For documentation on how to create new content types, configuring site-wide settings and integrating with your own front- and backend, check the [documentation wiki](https://github.com/dashpilot/vue-headless-cms/wiki)
## Press the :star: button
Don't forget to press the :star: button to let me know I should continue improving this project.