The Vue-UI
The Vue-UI is a graphical interface that allows you to control Vue properties without requiring too much of an understanding of how the command line works or how individual files such as the package.json
or webpack files are configured. The Vue-UI provides easy access to information such as module analysis, which shows the impact of package dependencies on your project that can bloat the file size. You can also review the compiled file size of your project and compare how long your project will take to load across various devices and internet speeds. To get started using the Vue-UI, you can instantiate it anywhere by opening a terminal window and running the vue ui
command. At the time of writing, the Vue-UI is still in beta. If you run into any issues using this tool, stop the command, and run vue ui
again.
The Vue-UI can be used on new and existing projects. Generally, you would opt for presets using Vue CLI at the start of the project, such as which SCSS
compiler,...