https://github.com/gongph/fabricjs-studio
A project build with fabric.js and [email protected]+
https://github.com/gongph/fabricjs-studio
components fabric-vue fabricjs muse-ui studio vue vue-cli3 vuejs vuejs2
Last synced: 5 months ago
JSON representation
A project build with fabric.js and [email protected]+
- Host: GitHub
- URL: https://github.com/gongph/fabricjs-studio
- Owner: gongph
- Created: 2019-06-01T12:31:57.000Z (almost 6 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-10T00:33:51.000Z (over 2 years ago)
- Last Synced: 2024-04-15T04:22:39.712Z (about 1 year ago)
- Topics: components, fabric-vue, fabricjs, muse-ui, studio, vue, vue-cli3, vuejs, vuejs2
- Language: Vue
- Size: 5.99 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fabricjs studio
A project width fabric.js and [email protected]
## 开发
```bash
# 安装 yarn
npm i yarn -g# 安装项目依赖
yarn install# 启动项目
yarn serve
```## build
```bash
## 线上打包
yarn build
```