Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

playground

README.md

playground

运行步骤

编译ui-framework

yarn build

在ui-framework目录下执行编译命令,编译完成后会在dist目录下生成ui-framework的代码包。

运行实例

# 开发模式
yarn start
# 调试模式
yarn dev
# 生产模式
yarn build