https://github.com/cosmicjs/nuxt-jamstack-website
JAMstack Website that uses Vue.js, Nuxt.js and Cosmic JS
https://github.com/cosmicjs/nuxt-jamstack-website
Last synced: 14 days ago
JSON representation
JAMstack Website that uses Vue.js, Nuxt.js and Cosmic JS
- Host: GitHub
- URL: https://github.com/cosmicjs/nuxt-jamstack-website
- Owner: cosmicjs
- Created: 2019-06-17T17:08:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T17:18:38.000Z (over 6 years ago)
- Last Synced: 2025-01-21T10:32:03.257Z (12 months ago)
- Language: Vue
- Homepage: https://cosmicjs.com/apps/jamstack-fitness-website
- Size: 398 KB
- Stars: 13
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JAMstack Website using Vue.js, Nuxt.js and Cosmic JS

### [View Demo](https://cosmicjs.com/apps/jamstack-fitness-website)
This project was bootstrapped with [Create Nuxt App](https://nuxtjs.org/guide/installation#starting-from-scratch).
# Get Started
## Running server:
```
git clone https://github.com/cosmicjs/nuxt-jamstack-website
cd nuxt-jamstack-website
npm install
npm run build
npm start
```
Now visit: http://localhost:3000
## Available Scripts
In the project directory, you can run:
### `npm run dev`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `dist` folder.
It correctly bundles app in production mode and optimizes the build for the best performance.
### Deploy to Netlify
```
npm i -g netlify-cli
npm i -g nuxt
netlify deploy # point to the dist folder
```