Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dreamersoul/vue-crash-course-kuwait-developers


https://github.com/dreamersoul/vue-crash-course-kuwait-developers

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vue Crash Course
This was created for `Kuwait Developers` a local developer community located in Kuwait, we welcome everyone from every background [meetup link](https://www.meetup.com/Kuwait-Developers/).
slides link: [link](https://docs.google.com/presentation/d/1OpPLbwl09QpKFlYJw4cy36hVSmh8zbz10iTh_I7kSoA/edit?usp=sharing)
## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```