https://github.com/uthpalax/nuxt-series
Code for the doingiteasychannel nuxt.js tutorials
https://github.com/uthpalax/nuxt-series
Last synced: about 2 months ago
JSON representation
Code for the doingiteasychannel nuxt.js tutorials
- Host: GitHub
- URL: https://github.com/uthpalax/nuxt-series
- Owner: uthpalax
- Created: 2019-09-15T08:28:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:09:04.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T13:15:15.727Z (3 months ago)
- Language: Vue
- Size: 466 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-series
> My spectacular Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm run 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).