Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fish-uncle/oop
基于 SVG 的简易流程管理系统
https://github.com/fish-uncle/oop
element-plus oop pug scss typescript vue vue3 vuejs
Last synced: about 1 month ago
JSON representation
基于 SVG 的简易流程管理系统
- Host: GitHub
- URL: https://github.com/fish-uncle/oop
- Owner: fish-uncle
- License: mit
- Created: 2021-06-03T03:05:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T01:56:12.000Z (over 2 years ago)
- Last Synced: 2023-03-02T15:09:36.906Z (over 1 year ago)
- Topics: element-plus, oop, pug, scss, typescript, vue, vue3, vuejs
- Language: TypeScript
- Homepage:
- Size: 2.47 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# oop
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/fish-uncle/oop.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/fish-uncle/oop/context:javascript)
### 前端中的 oop 编程实践
#### 基于 SVG 的简易流程管理系统
## 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/).