# materials-vue-typescript **Repository Path**: ysworld/materials-vue-typescript ## Basic Information - **Project Name**: materials-vue-typescript - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-10 - **Last Updated**: 2021-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自定义物料初始模板 # jenkins 测试 ## 简介 用于自定义物料,支持自定义区块、布局、模板 ## 使用 #### 安装依赖 ``` $ npm install ``` #### 区块预览 ``` $ cd blocks/ExampleBlock $ npm install $ npm run start ``` #### 模板预览 ``` $ cd scaffolds/ExampleScaffold $ npm install $ npm run start ``` ## 添加物料 ``` # 根据提示自定义添加 # 需要到根目录下添加 $ ice-devtools add ```