Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weipxiu/bidders
嵩恒网络科技有限公司拍卖系统 基于vue.js2.x + cli 3.0 + Element UI开发
https://github.com/weipxiu/bidders
Last synced: 8 days ago
JSON representation
嵩恒网络科技有限公司拍卖系统 基于vue.js2.x + cli 3.0 + Element UI开发
- Host: GitHub
- URL: https://github.com/weipxiu/bidders
- Owner: weipxiu
- Created: 2018-07-18T10:24:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T03:23:00.000Z (over 6 years ago)
- Last Synced: 2024-10-30T11:12:17.660Z (about 2 months ago)
- Language: Vue
- Homepage:
- Size: 2.46 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 嵩恒网络科技有限公司拍卖系统
### 相关技术栈
> 前端
1. [Vue](https://cn.vuejs.org/v2/guide/installation.html) 基于Vue2.x
2. [Javascript](http://es6.ruanyifeng.com) ES6,不用es6的项目不是好项目
3. [Cli](https://cli.vuejs.org/) Cli 3.0脚手架,配合尤雨溪装个逼
4. [Element](http://element-cn.eleme.io) Element UI,没有它,无法快速完成开发,这货真的很给力## 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(可忽略)
```