Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclectic-coding/nuxt-eclectic-blog
https://github.com/eclectic-coding/nuxt-eclectic-blog
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclectic-coding/nuxt-eclectic-blog
- Owner: eclectic-coding
- License: mit
- Created: 2020-11-16T13:55:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T23:28:40.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T12:07:42.970Z (27 days ago)
- Language: Vue
- Homepage:
- Size: 27.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-eclectic-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).