Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).