https://github.com/mycodepool/vue-examples
This is a collection of components and styles to learn from and meant to be used across all official Vue.js apps.
https://github.com/mycodepool/vue-examples
vue vuejs vuejs-router vuejs3
Last synced: 3 months ago
JSON representation
This is a collection of components and styles to learn from and meant to be used across all official Vue.js apps.
- Host: GitHub
- URL: https://github.com/mycodepool/vue-examples
- Owner: MyCodePool
- Created: 2022-02-16T10:43:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T14:41:15.000Z (about 3 years ago)
- Last Synced: 2025-01-04T10:35:08.014Z (5 months ago)
- Topics: vue, vuejs, vuejs-router, vuejs3
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Vue UI Examples
This is an ongoing repo of components and styles meant to learn from and to be used across all official Vue.js apps.
Please let me know if you are looking for sepcific ones.
Report Bug
·
Request Feature
## These installations may helpful
1. Install NodeJS from nodejs.org/en/download/
Check your installation by command line
```
npm --version
```
2. Install VueJS
```
npm install vue@next
``````
npm install @vue/cli
```Check your installation by command line
```
vue --version
```
For more information please consider the readme file of each example.