Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T18:09:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T09:04:12.836Z (9 months ago)
- Topics: acl, cloud-functions, firebase, headless-cms, vue
- Language: Vue
- Size: 4.57 MB
- Stars: 4
- Watchers: 3
- 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
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0e4928ce627f444999a712cbd9f913f4)](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)
[![CircleCI](https://img.shields.io/circleci/project/github/letanure/headles-cms.svg)](https://circleci.com/gh/letanure/headles-cms)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Maintainability](https://api.codeclimate.com/v1/badges/98d434ed9bb6fd258103/maintainability)](https://codeclimate.com/github/letanure/headles-cms/maintainability)
[![DeepScan grade](https://deepscan.io/api/teams/7996/projects/10125/branches/136266/badge/grade.svg)](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/).