https://github.com/teles/blog-nuxt
https://github.com/teles/blog-nuxt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teles/blog-nuxt
- Owner: teles
- Created: 2021-05-20T12:44:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T13:12:36.000Z (about 5 years ago)
- Last Synced: 2025-10-09T05:08:46.262Z (10 months ago)
- Language: Vue
- Size: 1.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-nuxt
## 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).