Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhywell/guanyan
后台销售系统
https://github.com/lhywell/guanyan
Last synced: about 1 month ago
JSON representation
后台销售系统
- Host: GitHub
- URL: https://github.com/lhywell/guanyan
- Owner: lhywell
- Created: 2022-05-04T11:56:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T10:08:13.000Z (over 2 years ago)
- Last Synced: 2023-03-15T22:15:38.196Z (almost 2 years ago)
- Language: Vue
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 销售系统
## 项目运行
1. 安装依赖
```bash
yarn setup //安装依赖// 或者
yarn
yarn postinstall //安装husky依赖
```2. 运行
```bash
npm run serve
```