Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmymcbride/stoic
Robust headless CMS
https://github.com/jimmymcbride/stoic
Last synced: about 1 month ago
JSON representation
Robust headless CMS
- Host: GitHub
- URL: https://github.com/jimmymcbride/stoic
- Owner: JimmyMcBride
- Created: 2020-12-18T07:33:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T00:15:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T15:29:53.897Z (almost 2 years ago)
- Language: Vue
- Size: 974 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stoic
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).