https://github.com/oraphadev/vue-sidebar-example
Sidebar construída utilizando Vue
https://github.com/oraphadev/vue-sidebar-example
frontend sidebar vue vuejs
Last synced: 4 months ago
JSON representation
Sidebar construída utilizando Vue
- Host: GitHub
- URL: https://github.com/oraphadev/vue-sidebar-example
- Owner: oraphadev
- Created: 2022-11-29T14:14:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T15:20:52.000Z (over 2 years ago)
- Last Synced: 2025-02-23T12:11:36.454Z (5 months ago)
- Topics: frontend, sidebar, vue, vuejs
- Language: Vue
- Homepage: https://vue-sidebar-example.netlify.app/
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-sidebar-example
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).