https://github.com/webcodebg/vue-basics-part-1
Vue basics series
https://github.com/webcodebg/vue-basics-part-1
Last synced: 6 months ago
JSON representation
Vue basics series
- Host: GitHub
- URL: https://github.com/webcodebg/vue-basics-part-1
- Owner: webcodebg
- Created: 2019-12-04T19:04:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:20:38.000Z (about 3 years ago)
- Last Synced: 2025-03-13T18:12:47.385Z (10 months ago)
- Language: Vue
- Size: 3.89 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-basics-part-1
Vue basics series
# Installation
1. clone repo
`git clone https://github.com/webcodebg/vue-basics-part-1.git`
2. enter dir
`cd vue-basics-part-1`
3. install dependencies
`npm install`
4. run the project
`npm run serve`