https://github.com/jannchie/blog
https://github.com/jannchie/blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jannchie/blog
- Owner: Jannchie
- Created: 2021-04-24T17:02:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T00:11:51.000Z (over 3 years ago)
- Last Synced: 2025-02-15T07:32:43.788Z (over 1 year ago)
- Language: Vue
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
## 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).