Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonderklaas/sidebar-animations
This *Vue* project has great sidebar animations, smooth page transitions, and basic routing using vue-router package. It also includes localStorage support and SCSS for styling purposes
https://github.com/vonderklaas/sidebar-animations
localstorage scss vue vue-router
Last synced: about 1 month ago
JSON representation
This *Vue* project has great sidebar animations, smooth page transitions, and basic routing using vue-router package. It also includes localStorage support and SCSS for styling purposes
- Host: GitHub
- URL: https://github.com/vonderklaas/sidebar-animations
- Owner: vonderklaas
- Created: 2023-04-10T08:48:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T10:40:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T10:33:18.743Z (3 months ago)
- Topics: localstorage, scss, vue, vue-router
- Language: Vue
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Sidebar Animations
This Vue project has great sidebar animations, smooth page transitions, and basic routing using vue-router package. It also includes localStorage support and SCSS for styling purposes
### How to run?
Install packages
```
npm i
```Run client
```
npm run start
```