updating README
This commit is contained in:
parent
63310c0c9f
commit
ab6c257060
25
README.md
25
README.md
@ -1,26 +1,5 @@
|
||||
# Dacstylo
|
||||
|
||||
Vue-based typing speed calculator.
|
||||
Vue-based typing speed calculator. Beta version 4eva.
|
||||
|
||||
## Project setup
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
Accessible [over here](http://dactylo.theo-lem.org/)
|
||||
|
@ -28,11 +28,11 @@ export default {
|
||||
return {
|
||||
words: [],
|
||||
letters: [],
|
||||
number: 10,
|
||||
number: 100,
|
||||
userText: "",
|
||||
activeIndex: 0,
|
||||
isWrong: false,
|
||||
timer: 10,
|
||||
timer: 60,
|
||||
timerRunning: false,
|
||||
typingSpeed: "",
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ const routes = [
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
mode: 'history',
|
||||
mode: 'hash',
|
||||
base: process.env.BASE_URL,
|
||||
routes
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user