Skip to content

Commit 3d97cbf

Browse files
Create README.md
1 parent 0019f5f commit 3d97cbf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# vue-cli-plugin-envhot
2+
3+
Seamlessly add hot reloading support for your vue-cli based projects. Never worry about rebooting webpack-dev-server again.
4+
5+
6+
## Features & Tips
7+
1. Modify .env files in runtime and have it dynamically injected into your application
8+
2. Support modification, addtion, deletion of field in .env files
9+
3. Only works in development mode.
10+
4. Priority of file is ```[".env.development.local", ".env.development", ".env.local", ".env"]```, i.e., value with same key defined in '.env.local' will overwrite value defined in '.env'
11+
12+
## Installation
13+
14+
```bash
15+
yarn add vue-cli-plugin-envhot
16+
```
17+
18+
OR
19+
```bash
20+
npm install -S vue-cli-plugin-envhot
21+
```
22+
23+
24+
25+
26+

0 commit comments

Comments
 (0)