https://github.com/codebender828/uniform-dev-stream-demo-chakra-ui
https://github.com/codebender828/uniform-dev-stream-demo-chakra-ui
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebender828/uniform-dev-stream-demo-chakra-ui
- Owner: codebender828
- Created: 2023-03-02T15:37:05.000Z (over 3 years ago)
- Default Branch: final-result
- Last Pushed: 2023-03-02T15:40:33.000Z (over 3 years ago)
- Last Synced: 2025-02-14T10:28:42.602Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://uniform-dev-stream-demo-chakra-ui.vercel.app
- Size: 115 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chakra UI Vue Next v1 Starter
This repo is a starter template for the next version of Chakra UI Vue v1. v1 was rewriten from the ground up with the following new features:
- TS support
- Powered by UI state machines
- Improved theming API design. You can see the `theme` to see the new theming API usage
- Semantic Tokens
- More low-level hooks and composables
> Chakra UI Vue Next is under heavy active development. Whereas this beta is testable, some internal changes may occur.
> If you're building something critical, I do not recommend using it in production yet. Unless of course you're bold and fearless. :D
> In any case, if you've got questions, please DM me on [Twitter](https://twitter.com/codebender828).
### Documentation (Heavily WIP)
> https://next.vue.chakra-ui.com
If you would like to contribute to the docs, or component development, please reach out to me on Twitter.
### See available components
> Components Playground: https://chakra-ui-vue-next-playground-git-develop-chakra-ui.vercel.app/
> V1 Repo: https://github.com/chakra-ui/chakra-ui-vue-next
### Got questions?
DM me on [Twitter](https://twitter.com/codebender828)
#### Contributing
The Chakra UI Vue team is composed of only 4 people maintaining Chakra UI in our free time. So we're always happy to get some helping hands! If this interests, please DM me on [Twitter](https://twitter.com/codebender828)
## Setup
```sh
pnpm install
```
### Dev server
```sh
pnpm run dev
```
### Type-Check, Compile and Minify for Production
```sh
npm run build
```
### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```