Take a few minutes to install Tikui and to create your first component if you want. We will guide you step by step. You'll see, it's very easy to do.
Take a few minutes to install Tikui. We will guide you step by step. You'll see, it's very easy to do.
Make sure you have Node.js installed before setting up Tikui.
Clone the repository or download it:
git clone https://github.com/tikui/tikui.git
Go to the root Tikui directory and run:
npm install
While you're coding, run the application locally on localhost:3000.
npm run serve
You're now ready to code, please follow the instructions from the README.md to create your first component.
After you add your styles, you may need to build your assets statically using:
npm run build
Now you are able to expose your assets on your favourite server or publish them as a Node.js dependency.