https://github.com/vaga/vue-typing-challenge
A typing challenge in Vuejs
https://github.com/vaga/vue-typing-challenge
project vuejs
Last synced: 26 days ago
JSON representation
A typing challenge in Vuejs
- Host: GitHub
- URL: https://github.com/vaga/vue-typing-challenge
- Owner: vaga
- Created: 2019-05-04T03:09:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T07:16:11.000Z (about 7 years ago)
- Last Synced: 2025-03-06T01:26:49.561Z (over 1 year ago)
- Topics: project, vuejs
- Language: Vue
- Homepage: https://vaga.io/vue-typing-challenge/
- Size: 385 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typing Challenge
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```