https://github.com/edo1z/nuxt_study
Nuxt.js Study
https://github.com/edo1z/nuxt_study
Last synced: 6 months ago
JSON representation
Nuxt.js Study
- Host: GitHub
- URL: https://github.com/edo1z/nuxt_study
- Owner: edo1z
- Created: 2018-09-23T01:21:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:00:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T13:55:57.014Z (8 months ago)
- Language: Vue
- Size: 1.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# nuxt-study
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn 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 the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).