https://github.com/czl0325/tentoone-web
奇十友web版
https://github.com/czl0325/tentoone-web
Last synced: 3 months ago
JSON representation
奇十友web版
- Host: GitHub
- URL: https://github.com/czl0325/tentoone-web
- Owner: czl0325
- Created: 2020-08-05T05:51:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T06:53:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T16:47:29.558Z (5 months ago)
- Language: JavaScript
- Size: 459 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qishiyou
> 奇十友web版本,采用vue+webpack开发
#### 源码运行
npm run dev
根据提示打开[http://localhost:8080](http://localhost:8080)即可看到网站#### 打包命令
npm run build
打包后生成dist目录,将dist目录发给后台即可#### 路由
```
注册页面: http://localhost:8080/#/login
```