-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAQ #9
Labels
documentation
Improvements or additions to documentation
Comments
Why vite so slow
How to debug this plugin
Vite Build Support
How to completely migrate to vite in the future
Some module response 404 not found
Custom Style missing fonts
/* theme color */
$--color-primary: teal;
/* icon font path, required */
$--font-path: '~element-plus/lib/theme-chalk/fonts'; // nothing to change
@import "~element-plus/packages/theme-chalk/src/index"; // nothing to change JSX support
Vue 3 support
Deep reliance on Webpack(vue-cli-plugin)
// vue.config.js
import ViteAutoRouting from '@scope/vite-plugin-auto-routing'
module.exports = {
pluginOptions: {
vite: {
plugins: [ViteAuthRouting()],
},
},
} |
Closed
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Collect some FAQ here.
The text was updated successfully, but these errors were encountered: