Haoqun Jiang 558dea2af6 fix: support devServer.server option, avoid deprecation warning
Closes #7024
Fixes #7118

I choose to not merge the PR because I don't want add additional ways
to configure https for dev server (`--http2` command line argument,
`process.env.HTTPS`, etc.)

In the current implementation, `spdy` can only be configured by setting
`{ devServer: server: { type: 'spdy' } }`.
This is a deliberate choice, because SPDY support in Node.js 15+ is
broken anyway. I don't want bother refactoring the old code to
accommodate this broken feature.
2022-07-04 21:02:14 +08:00
2020-10-13 14:10:49 +08:00
2022-02-17 19:13:22 +08:00
2022-06-16 22:41:05 +08:00
2022-06-16 22:41:05 +08:00
2018-01-06 13:04:43 -05:00
2022-01-18 09:40:23 -05:00
2022-06-15 16:17:09 +08:00

Vue CLI Build Status Windows Build status lerna

Status

Vue CLI is now in maintenance mode. For new Vue 3 projects, please use create-vue to scaffold Vite-based projects.

Documentation

Docs are available at https://cli.vuejs.org/ - we are still working on refining it and contributions are welcome!

Contributing

Please see contributing guide.

License

MIT

Description
🛠️ webpack-based tooling for Vue.js Development
Readme MIT 45 MiB
Languages
JavaScript 75%
Vue 22.9%
TypeScript 0.9%
Stylus 0.5%
HTML 0.3%
Other 0.4%