1.2.0 • Published 2 years ago

cym-blog v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

About My Cli

该脚手架是基于 vuepress 框架搭建,然后使用了 vuepress-theme-reco-cli 主题,对该主题做了一些简单封装,做成了自己的博客项目的脚手架,欢迎交流相互学习。

Version

1.2.0

Example

# show version
npx cym-blog -v

# create
npx cym-blog init my-blog

# or
npm install -g cym-blog
cym-blog init my-blog

# install
cd my-blog
npm install

# run
npm start

# build
npm run build

if yarn

# create
npx my-blog init my-blog

# or
yarn global add my-blog
cym-blog init my-blog

# install
cd my-blog
yarn install

# run
yarn start

# build
yarn build

test

非脚手架功能,测试使用

  # 测试init命令
  npm run test:init
  # 测试下载功能
  npm run test:download
  # 测试全部功能
  npm run test:all
  # 删除测试所下载的文件
  npm run rm:all-test

Blog

About me

Q&A

博客模板下载完毕,下载博客依赖的时候推荐使用 yarn 下载

如果您有任何疑问请来这里留言,我将会为您一一解答哦

1.2.0

2 years ago

1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.6

4 years ago