用于编写demo的模版,自带路由,方便管理和展示demo,依赖于demobar
- 首先下载项目,或者
fork
中后克隆自己的项目。
git clone https://github.com/wenonly/demo-template.git --recursive
- 然后初始化项目,运行
npm run init //不是 npm init
npm run serve
- 在
src
目录下开发demo,需要创建目录结构src/{分类}/{demo名称}
。
在项目根目录下运行
git submodule foreach git pull
或
cd demobar
git pull
项目通过config.js
配置主题,默认为default
主题。
可以开发新的主题放在theme
目录下,然后修改config.js
中theme
配置。
在根目录运行npm run build
,项目将打包到docs
目录。
之后可以在github
中部署gitpage
页面。