https://github.com/yasuakiomokawa/my-first-nuxt-app
test of Nuxt.js
https://github.com/yasuakiomokawa/my-first-nuxt-app
Last synced: about 2 months ago
JSON representation
test of Nuxt.js
- Host: GitHub
- URL: https://github.com/yasuakiomokawa/my-first-nuxt-app
- Owner: YasuakiOmokawa
- Created: 2020-02-14T01:51:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T01:56:26.000Z (over 2 years ago)
- Last Synced: 2024-10-19T02:30:36.756Z (7 months ago)
- Language: Vue
- Size: 2.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-first-nuxt-app
> 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).