build(ui): migrated to pnpm and vite

This commit is contained in:
Marvin Zhang
2022-12-03 17:48:25 +08:00
parent e0cb6196b8
commit 1d7f2aa22c
8 changed files with 3930 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
import 'crawlab-ui/dist/crawlab-ui.css';
import '../node_modules/crawlab-ui/dist/style.css';
import 'vue';
import {createApp} from 'crawlab-ui';