Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 296 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 296 Bytes

skeleton-cli

该脚手架用于将 vue 单文件 组件 编译成 skeleton 模板

目前只支持单文件组件,不含依赖关系

安装使用

# 安装
$ npm i @ks/skeleton-cli -g
# 使用
$ skeleton-cli -s ./xxx.vue -t ./xxx.html

测试

$ npm test