You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will have the same result as the previous example.
170
171
172
+
#### Using `basec` through the Vue UI
173
+
You can also use the `basec` command through the Vue user interface like so:
174
+
175
+
- In the UI, open your proyect and go to the `Tasks` section, in a newly created proyect there are going to be three basic commands: `serve`, `build` and `lint`. Vue Clean also adds a new command called `basec`.
176
+
177
+
- You can configure the options for the `basec` command in the modal window opened by the `Parameters` button. In the following example we are replicating the `BaseDummy` component we created in the previous section.
- Through the modal window you can also choose what template you want your component to use through a combobox element. In the following example we are replicating the `CustomBuyButton` we created in the previous section.
Configuring a new Vue project can be tedious, deleting the autogenerated files, installing the necessary dependencies... This plugin aims to be your tool to aid you in that
0 commit comments