https://github.com/devzakir/hello-nuxt-js
Basic Nuxt JS Project.
https://github.com/devzakir/hello-nuxt-js
Last synced: 5 months ago
JSON representation
Basic Nuxt JS Project.
- Host: GitHub
- URL: https://github.com/devzakir/hello-nuxt-js
- Owner: devzakir
- Created: 2020-01-30T14:33:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:09:04.000Z (over 3 years ago)
- Last Synced: 2025-02-05T12:41:25.916Z (over 1 year ago)
- Language: Vue
- Size: 2.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello
> My transcendent Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).