forked from vuejs/vue-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improve documentation for plugin development
- Loading branch information
Showing
5 changed files
with
332 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,52 @@ | ||
# WIP | ||
|
||
## Introduction | ||
|
||
## The CLI | ||
|
||
## Configuration | ||
|
||
### Vue CLI options | ||
|
||
### Modes and Environment Variables | ||
|
||
### Webpack | ||
|
||
- #### Basic Configuration | ||
|
||
- #### Chaining | ||
|
||
- #### Using Resolved Config as a File | ||
|
||
### Babel | ||
|
||
- link to: babel preset | ||
- link to: babel plugin | ||
|
||
### CSS | ||
|
||
- #### PostCSS | ||
|
||
- #### CSS Modules | ||
|
||
- #### Other Pre-Processors | ||
|
||
### ESLint | ||
|
||
- link to: eslint plugin | ||
|
||
### TypeScript | ||
|
||
- link to: typescript plugin | ||
|
||
### Unit Testing | ||
|
||
- #### Jest | ||
|
||
- #### Mocha (via `mocha-webpack`) | ||
|
||
### E2E Testing | ||
|
||
- #### Cypress | ||
|
||
- #### Nightwatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.