https://github.com/devxarif/nuxt-fresh-bootstrap
Nuxt Fresh Project with Bootstrap
https://github.com/devxarif/nuxt-fresh-bootstrap
Last synced: 4 months ago
JSON representation
Nuxt Fresh Project with Bootstrap
- Host: GitHub
- URL: https://github.com/devxarif/nuxt-fresh-bootstrap
- Owner: devxarif
- Created: 2021-02-01T04:47:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T15:04:35.000Z (almost 5 years ago)
- Last Synced: 2025-05-27T16:57:18.032Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-bootstrap
## 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).