Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 467 Bytes

File metadata and controls

16 lines (15 loc) · 467 Bytes

vue-cli-plugin-ethercap-structure

Ethercap project structure plugin for @vue/cli 3.0.

安装

vue create my-app
cd my-app
vue add vue-cli-plugin-ethercap-structure

使用

npm run init
npm run watch
  • 本项目模板采用 Less 架构,因此在创建项目的时候,请选择 Less 语言;
  • 一些敏感信息需要手动补充,包括:签名函数、签名字符串、用户信息接口,可全局搜索 TODO 寻找位置;