https://github.com/biomassives/glamou
https://github.com/biomassives/glamou
datocms datocms-plugin netlify-deployment nuxt nuxtjs vercel-deployment vue vuejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/biomassives/glamou
- Owner: biomassives
- License: mit
- Created: 2022-02-13T19:19:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T01:53:09.000Z (over 4 years ago)
- Last Synced: 2025-03-14T21:12:51.448Z (over 1 year ago)
- Topics: datocms, datocms-plugin, netlify-deployment, nuxt, nuxtjs, vercel-deployment, vue, vuejs
- Language: Vue
- Homepage: https://glamou.vercel.app
- Size: 566 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).