https://github.com/shhdgit/spirit-vue
Board Game
https://github.com/shhdgit/spirit-vue
Last synced: about 1 month ago
JSON representation
Board Game
- Host: GitHub
- URL: https://github.com/shhdgit/spirit-vue
- Owner: shhdgit
- License: mit
- Created: 2016-10-29T13:23:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T09:59:01.000Z (over 8 years ago)
- Last Synced: 2025-04-13T00:54:21.038Z (about 1 month ago)
- Language: Vue
- Size: 533 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 桌游精灵
ptt桌游精灵(Vue 2.x版)[预览](http://rollaround.cn/spirit)
## Dependencies
node、npm
## Development
* **clone至本地:**
```
git clone [email protected]:shhdgit/spirit-vue.git
```
* **安装依赖:**
```
npm install
```
* **运行开发环境:**
```
npm run dev
```
浏览器输入:localhost:8080 访问开发服务器
* **构建、打包:**
```
npm run build
```