https://github.com/jexordexan/jamstack-demo
A quick demo for JAMStack boston
https://github.com/jexordexan/jamstack-demo
Last synced: 3 months ago
JSON representation
A quick demo for JAMStack boston
- Host: GitHub
- URL: https://github.com/jexordexan/jamstack-demo
- Owner: Jexordexan
- Created: 2017-08-23T22:45:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T22:51:32.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T00:31:31.182Z (5 months ago)
- Language: Vue
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jamstack-demo
> Nuxt.js project
## 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).