https://github.com/lnus/wpm-gg
My typetester app but in Vue instead. Demo deployed on Netlify.
https://github.com/lnus/wpm-gg
javascript netlify vue vuejs webapp wpm-gg
Last synced: about 2 months ago
JSON representation
My typetester app but in Vue instead. Demo deployed on Netlify.
- Host: GitHub
- URL: https://github.com/lnus/wpm-gg
- Owner: lnus
- Created: 2021-03-27T02:29:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T00:53:57.000Z (about 5 years ago)
- Last Synced: 2025-02-14T22:39:48.368Z (over 1 year ago)
- Topics: javascript, netlify, vue, vuejs, webapp, wpm-gg
- Language: Vue
- Homepage: https://wpmgg.netlify.app/
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wpm-gg
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).