updating README
This commit is contained in:
parent
63310c0c9f
commit
ab6c257060
25
README.md
25
README.md
@ -1,26 +1,5 @@
|
|||||||
# Dacstylo
|
# Dacstylo
|
||||||
|
|
||||||
Vue-based typing speed calculator.
|
Vue-based typing speed calculator. Beta version 4eva.
|
||||||
|
|
||||||
## Project setup
|
Accessible [over here](http://dactylo.theo-lem.org/)
|
||||||
```
|
|
||||||
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/).
|
|
||||||
|
@ -28,11 +28,11 @@ export default {
|
|||||||
return {
|
return {
|
||||||
words: [],
|
words: [],
|
||||||
letters: [],
|
letters: [],
|
||||||
number: 10,
|
number: 100,
|
||||||
userText: "",
|
userText: "",
|
||||||
activeIndex: 0,
|
activeIndex: 0,
|
||||||
isWrong: false,
|
isWrong: false,
|
||||||
timer: 10,
|
timer: 60,
|
||||||
timerRunning: false,
|
timerRunning: false,
|
||||||
typingSpeed: "",
|
typingSpeed: "",
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,7 @@ const routes = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
const router = new VueRouter({
|
const router = new VueRouter({
|
||||||
mode: 'history',
|
mode: 'hash',
|
||||||
base: process.env.BASE_URL,
|
base: process.env.BASE_URL,
|
||||||
routes
|
routes
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user