Plugin Vue | |
Introduced in Tiki21, this wiki plugin allows you to add a Vue.js
|
Parameters | ||||||||||||||||||||
Add a Vue.js component Introduced in Tiki 21. Go to the source code Preferences required: wikiplugin_vue
|
Notes | |
'Prerequisites':
Once you’ve grasped the basics, you’ll find it easier to build and integrate Vue.js components into your Tiki site. |
Examples | |
This section provides a walkthrough for building and integrating Vue.js components using the PluginVue. |
Example 1: Simple Counter Component | |
A simple example to help you get started with Vue.js 3. This counter demonstrates reactivity by incrementing a number when a button is clicked. Using the Composition API Copy to clipboard
Using the Options API Copy to clipboard
|
Example 2: TODO App (bootstrap themed) | |
A more advanced example that demonstrates state management, event handling, and dynamic rendering with Vue.js. This application allows users to add, complete, and delete tasks. Using the Composition API Copy to clipboard
|
Resources | |