Quick Start
Good to know: WebUi uses tailwindcss! so make sure to setup tailwind on your vue 3 project
The current version of WebUi only supports Vue 3. Support for other vueJs version will come with the next release of WebUi. When creating a new project, please ensure you selected Vue 3 from the Vue CLI prompts, or that you are installing to an existing Vue 3 project.
The current version of WebUi uses Typescript by default
Install the library
The best way to interact with our API is to use one of our official libraries:
Once installed, locate your main.ts
file and add the snippet below to your application.
Then add the snippet below to your tailwind.config.js file
Use your first Compoent
Now you have finished settingup the WebUi library it is time to start using the components provided to you!
Open your app.vue component and replace the code with the snippet below
Cheers you have created your first component run your app to view it
If everything is configured correctly you will see the app-bar below on your browser
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated