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

https://github.com/mr-won/wordvuelay

Make a word chain game by using vue.js library (Vue 라이브러리를 이용한 끝말잇기 게임 개발)
https://github.com/mr-won/wordvuelay

vuejs vuejs-library vuejs-project

Last synced: about 2 months ago
JSON representation

Make a word chain game by using vue.js library (Vue 라이브러리를 이용한 끝말잇기 게임 개발)

Awesome Lists containing this project

README

        

# vuelay

## 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/).