https://github.com/focusthen/compositionnuxt
composition api in nuxt
https://github.com/focusthen/compositionnuxt
Last synced: about 1 year ago
JSON representation
composition api in nuxt
- Host: GitHub
- URL: https://github.com/focusthen/compositionnuxt
- Owner: FocusThen
- Created: 2021-01-03T17:18:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-10T19:43:41.000Z (about 5 years ago)
- Last Synced: 2025-03-29T16:17:55.492Z (about 1 year ago)
- Language: Vue
- Size: 4.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compositionnuxt
## 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).