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