https://github.com/andrewariza/whoisnuxt
Truora Challenge https://docsend.com/view/h7kkduw
https://github.com/andrewariza/whoisnuxt
bootstrap nuxt nuxtjs vue
Last synced: 3 months ago
JSON representation
Truora Challenge https://docsend.com/view/h7kkduw
- Host: GitHub
- URL: https://github.com/andrewariza/whoisnuxt
- Owner: AndrewAriza
- License: mit
- Created: 2019-06-19T01:02:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:52:04.000Z (over 3 years ago)
- Last Synced: 2025-03-15T07:46:09.592Z (over 1 year ago)
- Topics: bootstrap, nuxt, nuxtjs, vue
- Language: Vue
- Size: 5.63 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).