Frameworks
React
Vue
Work in progress
TypeScript
This project and the components are written in TypeScript. We recommend using TypeScript for your project as well.
To configure import aliases, you can use the following jsconfig.json
:
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}