mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-06 23:18:28 -06:00
53 lines
546 B
Markdown
53 lines
546 B
Markdown
# 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
|