Skip to content

PingTouG/element-svelte

Repository files navigation

ElementSvelte

基于Svelte实现的ElementUI

development

安装 UI 库依赖

yarn // or npm ci

安装官网依赖

cd site && yarn

启动开发环境

cd ../ && yarn dev

build

yarn build