Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ethercap/vue-cli-plugin-ethercap-structure

Ethercap project structure plugin for @vue/cli 3.0.
https://github.com/ethercap/vue-cli-plugin-ethercap-structure

Last synced: about 2 months ago
JSON representation

Ethercap project structure plugin for @vue/cli 3.0.

Awesome Lists containing this project

README

        

# vue-cli-plugin-ethercap-structure
Ethercap project structure plugin for @vue/cli 3.0.

## 安装
```bash
vue create my-app
cd my-app
vue add vue-cli-plugin-ethercap-structure
```
## 使用
```bash
npm run init
npm run watch
```
- 本项目模板采用 Less 架构,因此在创建项目的时候,请选择 Less 语言;
- 一些敏感信息需要手动补充,包括:签名函数、签名字符串、用户信息接口,可全局搜索 TODO 寻找位置;