Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awtkns/nuxt-teaching-demo
https://github.com/awtkns/nuxt-teaching-demo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/awtkns/nuxt-teaching-demo
- Owner: awtkns
- Created: 2020-04-25T07:47:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T15:57:24.000Z (over 3 years ago)
- Last Synced: 2024-10-15T21:05:10.151Z (28 days ago)
- Language: Vue
- Size: 575 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo
> My brilliant Nuxt.js project
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).