Installation
Last updated
Last updated
The following prerequisites are needed to compile , which is used by Vuido.
If they are not provided by default in your distribution:
Xcode
The easiest way to start using Vuido is to use Vue CLI to create a new project.
In order to use the vue init
command, you can install the vue-cli package globally:
Run the following command to create the project (replace my-project
with the name of your project):
Enter the directory created by vue-cli and install all dependencies:
Now you can build and run your application:
If you prefer to use the new instead, you have to install both @vue/cli and @vue/cli-init: