MroZ11 / vuepress-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuepress Template

GitHub package.json version GitHub license

介绍

基于Vuepress Template 项目,一个简单的VuePress案例模板,目的是让用户可以直接clone这个仓库,作为初始化一个VuePress网站启动项目,然后在这个项目的基础上新增自定义配置和功能。

主题

插件

用法

第一步

下载仓库代码

git clone https://github.com/MroZ11/vuepress-template.git

第二步

安装依赖

cd vuepress-template
npm i
# npm i --registry=https://registry.npm.taobao.org

第三步

启动项目,随后即可根据自己的需求修改配置、编写文档内容

npm run docs:dev

第四步

打包项目

npm run docs:build

结果会在docs/.vuepress/目录下生成一个dist文件夹,里面就是打包后的代码

About

License:MIT License


Languages

Language:Batchfile 100.0%