Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ethercap/vue-cli-plugin-ethercap-structure
- Owner: ethercap
- Created: 2020-06-09T07:28:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T06:49:07.000Z (about 4 years ago)
- Last Synced: 2024-04-24T01:21:18.450Z (9 months ago)
- Language: Less
- Size: 43 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 寻找位置;