An open API service indexing awesome lists of open source software.

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

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
```