dwg文件解析、转换为svg文件,并在浏览器中展示demo
Then, install the dependencies:
pnpm install
当前仅支持 src/example/example3.dwg 文件可以拖动元件
Scripts
pnpm dev
- start a development server with hot reload.pnpm build
- build for production. The generated files will be on thedist
folder.pnpm preview
- locally preview the production build.pnpm test
- run unit and integration tests related to changed files based on git.pnpm test:ci
- run all unit and integration tests in CI mode.pnpm test:e2e
- run all e2e tests with Playwright.pnpm test:e2e:ci
- run all e2e tests headlessly.pnpm format
- format all files with Biome Formatter.pnpm lint
- runs TypeScript and Biome.pnpm validate
- runslint
,test:ci
andtest:e2e:ci
.
Languages
JavaScript
75.7%
TypeScript
20.4%
CSS
3.1%
HTML
0.8%