1.0.3 • Published 4 years ago

vue-cli-plugin-chakra-ui v1.0.3

Weekly downloads
230
License
MIT
Repository
github
Last release
4 years ago

vue-cli-plugin-chakra-ui 🔥

This plugin setups Chakra UI Vue in your Vue CLI generated project.

Install Vue CLI 3 🔌

If you haven't yet installed vue-cli 3, install it like so:

npm install -g @vue/cli

or

yarn global add @vue/cli

If you still need the legacy vue init functionality, you can install a global bridge by following the instructions here

Generate a project using vue-cli 3.0:

js create my-app

Before installing the chakra-ui plugin, make sure to commit or stash your changes in case you need to revert the changes.

Usage 😎

To install the chakra-ui plugin simply navigate to your application's folder and add chakra-ui.

vue add chakra-ui

The plugin will install @chakra-ui/vue and it's peer dependency - Emotion

As of v1.0.0, If you chose to allow automatic import of Chakra UI components from the prompt in the installation, Chakra-Loader will be installed for you.

The plugin will also touch main.js and App.vue to set up your project for consumption of Chakra UI components.

MIT © Kelvin Omereshone

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago