Vue Cli Plugin Vite Versions Save

Use vite today, with vue-cli.

v1.0.0-rc.4

3 years ago

as of v1.0.0-rc.4, vue-cli-plugin-vite support vue-cli project with Vue 3.

v1.0.0-rc.1

3 years ago
  • as of v1.0.0-rc.0, we use html-template instead of lots of src/pages/*/main.html, this version done the WIP of build.

v1.0.0-rc.0

3 years ago
  • Now we use vite-plugin-html-template, reuse public/index.html like vue-cli
  • vite-plugin-html-template work like html-webpack-plugin for webpack

v0.4.0

3 years ago
  • first require('vue.config.js') for pluginOptions.vite and then loadEnv by vite-plugin-env-compatible to process.env
  • vite-plugin-vue-cli require('vue.config.js') again for full vue.config.js UserConfig
  • add app.all method, better devServer.before support
  • generate entry html file by public/index.html support(also use lodash.template to compile)
  • Thanks xmasong for help

v0.3.0

3 years ago

v0.2.0

3 years ago
  • Now we can auto-resolve alias from vue.config.js chainWebpack and configureWebpack

v0.1.4

3 years ago
  • module.hot will be transformed to import.meta.hot

v0.1.3

3 years ago
  • First release and enjoy vite with vue-cli