https://github.com/wednesdaydeveloper/codesandbox-nuxt-sample
Created with CodeSandbox
https://github.com/wednesdaydeveloper/codesandbox-nuxt-sample
Last synced: about 2 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/wednesdaydeveloper/codesandbox-nuxt-sample
- Owner: wednesdaydeveloper
- Created: 2019-01-17T05:21:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T05:21:25.000Z (over 7 years ago)
- Last Synced: 2024-12-15T01:26:15.168Z (over 1 year ago)
- Language: Vue
- Homepage: https://codesandbox.io/s/github/wednesdaydeveloper/codesandbox-nuxt-sample
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codesandbox-nuxt
> Nuxt starter for CodeSandBox (used for https://template.nuxtjs.org)
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).