https://github.com/bitfumes/nuxtjs-for-everyone
Learn to use Nuxtjs, A framework of vuejs to build modern web applications
https://github.com/bitfumes/nuxtjs-for-everyone
Last synced: over 1 year ago
JSON representation
Learn to use Nuxtjs, A framework of vuejs to build modern web applications
- Host: GitHub
- URL: https://github.com/bitfumes/nuxtjs-for-everyone
- Owner: bitfumes
- Created: 2019-05-06T07:05:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:30:34.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T02:21:59.191Z (over 1 year ago)
- Language: Vue
- Size: 403 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-app
> My amazing 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 start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).