https://github.com/letanure/headles-cms
Headless CMS with Vue and Firebase
https://github.com/letanure/headles-cms
acl cloud-functions firebase headless-cms vue
Last synced: 3 months ago
JSON representation
Headless CMS with Vue and Firebase
- Host: GitHub
- URL: https://github.com/letanure/headles-cms
- Owner: letanure
- License: mit
- Created: 2020-02-03T22:13:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T18:09:42.000Z (over 3 years ago)
- Last Synced: 2025-06-04T20:08:52.442Z (about 1 year ago)
- Topics: acl, cloud-functions, firebase, headless-cms, vue
- Language: Vue
- Size: 4.57 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://app.codacy.com/manual/letanure/headles-cms?utm_source=github.com&utm_medium=referral&utm_content=letanure/headles-cms&utm_campaign=Badge_Grade_Dashboard)
[](https://circleci.com/gh/letanure/headles-cms)
[](https://github.com/semantic-release/semantic-release)
[](https://codeclimate.com/github/letanure/headles-cms/maintainability)
[](https://deepscan.io/dashboard#view=project&tid=7996&pid=10125&bid=136266)
# headles-cms
archived project
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).