Skip to content

wujinhjun/figma-plugin-vite-react

Repository files navigation

figma-plugin-vite-react

File Structure

.  
├── README.md  
├── lerna.json  
├── manifest.json  
├── package.json  
├── packages  
│   ├── common  
│   │    |── constants  
│   │    |    └── ui.ts  
│   │    |── package.json  
│   │    └── tsconfig.json  
│   ├── core  
│   │    ├── favicon.svg  
│   │    ├── index.html  
│   │    ├── package.json  
│   │    ├── src  
│   │    │  └── index.ts  
│   │    ├── tsconfig.json  
│   │    └── vite.config.ts  
│   └── ui  
│        ├── index.html  
│        ├── package.json  
│        ├── src  
│        │   ├── App.tsx  
|        |   ├── main.tsx
│        │   └── vite-env.d.ts  
│        ├── tsconfig.json  
│        ├── tsconfig.node.json  
│        └── vite.config.ts  
├── scripts  
│   └── build.js  
├── tsconfig.json  
└── pnpm-lock.yaml  
└── pnpm-workspace.yaml

development and production

develop

pnpm run dev

build

pnpm run build

development for ui

In the root of this project.

cd packages/ui
pnpm run dev:ui

Then, you can view the interface in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors