Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloydzhou/graphin-components-vue
Components for graphin based on @antv/graphin-components
https://github.com/lloydzhou/graphin-components-vue
antv components graphin vue
Last synced: 7 days ago
JSON representation
Components for graphin based on @antv/graphin-components
- Host: GitHub
- URL: https://github.com/lloydzhou/graphin-components-vue
- Owner: lloydzhou
- Created: 2022-04-01T16:41:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T14:50:51.000Z (over 2 years ago)
- Last Synced: 2024-10-18T09:35:58.499Z (3 months ago)
- Topics: antv, components, graphin, vue
- Language: TypeScript
- Homepage:
- Size: 216 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphin-vue-components
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).