Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Cai committed Feb 8, 2018
1 parent c112829 commit 67e4942
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Based on webpack@3.x
- [x] ES6 Support
- [x] VUE Supported
- [ ] Mock Server
- [x] Parallel
- [ ] TODO MORE...


Expand All @@ -56,6 +57,7 @@ tailor -e test
- **c**: config, json config in CLI,will rewrite the default config
- **f**: config file
- **r**: regexp for modules which are compiled
- **p**: parallel,multiple threads support

- ### Env config
- tailor.config.json
Expand All @@ -71,4 +73,5 @@ tailor -e test
tailor -e test -f custom.env.json
tailor -e test -c {output:{path:'custom-dest'},input:{path:'custom-src'}}
tailor -r product
tailor -p parallel
```

0 comments on commit 67e4942

Please sign in to comment.