An open API service indexing awesome lists of open source software.

https://github.com/jannchie/word-recite-app-front-end

the front end of an app for memorizing vocabulary. Base on VUE.
https://github.com/jannchie/word-recite-app-front-end

Last synced: 3 months ago
JSON representation

the front end of an app for memorizing vocabulary. Base on VUE.

Awesome Lists containing this project

README

          

# word-recite-app-front-end

the front end of an app for memorizing vocabulary. Base on VUE.

## Project setup

```bash
yarn install
```

### Compiles and hot-reloads for development

```bash
yarn run serve
```

### Compiles and minifies for production

```bash
yarn run build
```

### Run your tests

``` bash
yarn run test
```

### Lints and fixes files

``` bash
yarn run lint
```

### Customize configuration

See [Configuration Reference](https://cli.vuejs.org/config/).