Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbenie/bassan
Website for bassan.ca
https://github.com/lbenie/bassan
contentful netlify nuxt nuxtjs vuejs vuejs2
Last synced: 26 days ago
JSON representation
Website for bassan.ca
- Host: GitHub
- URL: https://github.com/lbenie/bassan
- Owner: lbenie
- Created: 2018-06-22T14:55:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T05:36:49.000Z (27 days ago)
- Last Synced: 2024-12-31T06:26:17.449Z (27 days ago)
- Topics: contentful, netlify, nuxt, nuxtjs, vuejs, vuejs2
- Language: Vue
- Homepage: https://bassan.ca
- Size: 2.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 82
-
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).