https://github.com/luandro/datocms-my-blog
https://github.com/luandro/datocms-my-blog
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luandro/datocms-my-blog
- Owner: luandro
- License: mit
- Created: 2020-12-22T10:20:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T10:21:27.000Z (over 5 years ago)
- Last Synced: 2025-09-10T23:42:01.496Z (9 months ago)
- Language: Vue
- Size: 394 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue.js + DatoCMS + Bulma demo
## Deploy on DatoCMS
[](https://dashboard.datocms.com/deploy?repo=datocms/nuxtjs-demo)
Or set the API token manually:
```
echo 'NUXT_ENV_DATOCMS_API_TOKEN=abc123' >> .env
```
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).