An open API service indexing awesome lists of open source software.

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

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`