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 라이브러리를 이용한 끝말잇기 게임 개발)
- Host: GitHub
- URL: https://github.com/mr-won/wordvuelay
- Owner: mr-won
- Created: 2021-10-30T11:38:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T12:08:24.000Z (over 3 years ago)
- Last Synced: 2025-03-18T02:27:16.129Z (2 months ago)
- Topics: vuejs, vuejs-library, vuejs-project
- Language: Vue
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).