# theme-template **Repository Path**: cavalheiro/theme-template ## Basic Information - **Project Name**: theme-template - **Description**: vuepress-theme-vivek 配套脚手架的模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-13 - **Last Updated**: 2021-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动 **注意:由于涉及大量的 ES6/7 等新属性,nodejs 需要 6.0 以上版本** ~~~bash # 安装依赖 npm install # 开发模式下启动项目 npm run docs:dev # 打包项目,生成静态文件 npm run docs:build # 使用deploy.sh中的脚本发布网站 npm run deploy ~~~