This is packages made by @taeopia - taeo
This package consists of:
- UI library based on vanilla-extract - @taeopia/ui-with-css
- Canvas Editor based on fabric.js - @taeo/canvas-editor
- table library based on tanstack/react-table - @taeopia/react-table
- react tool library based on React - @taeopia/react-tool
- If you would like more information about the package, please click the blue button.
"workspaces": {
"packages": [
"packages/*",
"app/*"
]
},
"scripts": {
"@taeopia/app-vite": "yarn workspace @taeopia/app-vite",
"@taeopia/ui-with-css": "yarn workspace @taeopia/ui-with-css",
"@taeopia/canvas-editor": "yarn workspace @taeopia/canvas-editor",
"@taeopia/react-table": "yarn workspace @taeopia/react-table",
"@taeopia/react-tool": "yarn workspace @taeopia/react-tool"
},
- This script have to use in root directory
# Root Directory
# Install packages
$ yarn run packages
# Run Exam
$ yarn run exam
- This package is a vanilla-extract based UI library. Please click here for more details.
# Root Directory
# Install package
$ yarn @taeopia/ui-with-css install
# Build package
$ yarn @taeopia/ui-with-css build# Root Directory
# Install package
$ yarn @taeopia/canvas-editor install
# Build package
$ yarn @taeopia/canvas-editor build