发电机-聚玉石
使用 Polymer、Jade 模板引擎和 Stylus 创建 Web 组件的模板生成器
安装
安装约曼:
npm install -g yo
安装generator-poly-jadestyl :
npm install -g generator-poly-jadestyl
应用程序接口
yo poly-jadestyl add your-component-name
在当前目录下新建一个名为 wc-your-component-name 的 WebComponent
yo poly-jadestyl rem your-component-name
在当前目录及其子目录中搜索名为 wc-your-component-name 的 WebComponent 并将其删除
1