1.0.2 • Published 3 years ago

matias-vuepress-cli v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

matias-vuepress-cli

vuepress目录及文件创建命令行工具

命令

$ mt-vuepress-run 指令

docs

$ mt-vuepress-run docs

创建 docs 文件夹及其中的文件。目录结构如下:

.
├── docs
│   ├── .vuepress (可选的)
│   │   ├── components (可选的)
│   │   ├── theme (可选的)
│   │   │   └── Layout.vue
│   │   ├── public (可选的)
│   │   ├── styles (可选的)
│   │   │   ├── index.styl
│   │   │   └── palette.styl
│   │   ├── templates (可选的, 谨慎配置)
│   │   │   ├── dev.html
│   │   │   └── ssr.html
│   │   ├── config.js (可选的)
│   │   └── enhanceApp.js (可选的)
│   │ 
│   ├── README.md
│   ├── guide
│   │   └── README.md
│   └── config.md
│ 
└── package.json