An open API service indexing awesome lists of open source software.

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]+

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
```