Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aozora/datocms-nuxt-portfolio-demo
https://github.com/aozora/datocms-nuxt-portfolio-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aozora/datocms-nuxt-portfolio-demo
- Owner: aozora
- Created: 2019-07-05T05:50:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:44:25.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T04:43:13.492Z (9 months ago)
- Language: CSS
- Size: 3.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datocms-nuxt-portfolio-demo
> Porting to Nuxt of DatoCMS-Gatsby Portfolio starter project
## Build Setup
``` bash
# install dependencies
$ npm run 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, checkout [Nuxt.js docs](https://nuxtjs.org).