编译¶ UI-PROTOTYPE 提供了基本的编译功能,开箱即用。 编译全部文件¶ npm run compile 编译 TS¶ npm run compile-ts 编译样式文件¶ npm run compile-style 编译本地化文件¶ npm run compile-locale 编译资源文件¶ npm run compile-assets 编译 HTML 模板¶ npm run compile-pug 自动编译¶ 参考使用 VSCode 开发章节。