https://github.com/lbenie/bassan
Website for bassan.ca
https://github.com/lbenie/bassan
contentful netlify nuxt nuxtjs vuejs vuejs2
Last synced: 3 months ago
JSON representation
Website for bassan.ca
- Host: GitHub
- URL: https://github.com/lbenie/bassan
- Owner: lbenie
- Created: 2018-06-22T14:55:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T08:10:23.000Z (3 months ago)
- Last Synced: 2025-02-18T09:24:23.279Z (3 months ago)
- Topics: contentful, netlify, nuxt, nuxtjs, vuejs, vuejs2
- Language: Vue
- Homepage: https://bassan.ca
- Size: 2.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).