Web组件库
基于原子设计方法浏览,演示和下载预构建的Web组件。
要求
项目设置
# Install NPM packages
npm ci
# Build the project
npm run compile
用法
# Compile the source code
npm run compile
# Compile the source code and start an HTTP server
npm run build
# Start an HTTP server
npm run p