Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dreamersoul/vue-crash-course-kuwait-developers
- Owner: Dreamersoul
- Created: 2018-11-10T15:06:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T15:08:12.000Z (about 6 years ago)
- Last Synced: 2024-11-28T20:39:31.238Z (about 1 month ago)
- Language: Vue
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```