Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regenrek/vue-sidebar-menu-composition-api-example
🍔 Vue Animated Sidebar + Burger Menu Component example with the new vue composition-api
https://github.com/regenrek/vue-sidebar-menu-composition-api-example
Last synced: 7 days ago
JSON representation
🍔 Vue Animated Sidebar + Burger Menu Component example with the new vue composition-api
- Host: GitHub
- URL: https://github.com/regenrek/vue-sidebar-menu-composition-api-example
- Owner: regenrek
- Created: 2020-05-01T12:56:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:45:07.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T07:47:35.626Z (7 months ago)
- Language: Vue
- Size: 2.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue sidebar menu composition-api example
> A nuxt composition api-starter
WIP
## 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).