https://github.com/mayashavin/nuxt-blog-template
Template for using git submodule
https://github.com/mayashavin/nuxt-blog-template
Last synced: over 1 year ago
JSON representation
Template for using git submodule
- Host: GitHub
- URL: https://github.com/mayashavin/nuxt-blog-template
- Owner: mayashavin
- Created: 2020-09-21T13:35:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T08:10:58.000Z (over 5 years ago)
- Last Synced: 2025-01-08T15:21:27.932Z (over 1 year ago)
- Language: Vue
- Size: 151 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-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).