1.0.6 • Published 4 years ago

cym-cli-blog v1.0.6

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

About My Cli

该脚手架是基于 vuepress 框架搭建,然后使用了 vuepress-theme-reco-cli 主题,由于该主题有些我不喜欢的地方,我重新做了简单封装,做成了自己的博客项目的脚手架,顺便学习一下脚手架的制作过程。

Version

1.0.5

Experience

# create
npx cym-blog init my-blog

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

# install
cd my-blog
npm install

# run
npm start

# build
npm run build

if yarn

# create
npx cym-cli-blog init my-blog

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

# install
cd my-blog
yarn install

# run
yarn start

# build
yarn build
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

5 years ago