https://github.com/tinalabs/tinacms-vue
A POC of TinaCMS being setup and configured by Vue
https://github.com/tinalabs/tinacms-vue
Last synced: 4 months ago
JSON representation
A POC of TinaCMS being setup and configured by Vue
- Host: GitHub
- URL: https://github.com/tinalabs/tinacms-vue
- Owner: tinalabs
- Created: 2021-01-30T18:13:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T21:24:04.000Z (over 5 years ago)
- Last Synced: 2025-03-01T04:44:34.882Z (over 1 year ago)
- Language: Vue
- Homepage: https://tinalabs.github.io/tinacms-vue/
- Size: 5.05 MB
- Stars: 4
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tina-vue
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).