vue-cli-plugin-blueland-tpl
v0.1.4
Published
blueland templates for Vue CLI 3
Downloads
2
Readme
vue-cli-plugin-blueland-tpl
Vue CLI 3.0 自定义模板插件
特性
脚手架默认开启如下功能:
- less处理器
- router
- axios
- element-ui
安装
使用preset自动安装插件
vue create --preset NullLuoGang/vue-cli-plugin-blueland-tpl my-app
手动安装插件
使用vue-cli 3.0 常规创建一个项目
vue create my-app
cd my-app
vue add blueland-tpl