From 7ab50dc7ab3256adc78d7e44deef8445eb621b95 Mon Sep 17 00:00:00 2001 From: codebender828 Date: Sun, 15 Mar 2020 11:22:16 +0800 Subject: [PATCH] chore(lerna): publishing package --- README.md | 13 +++++----- packages/chakra-ui-core/README.md | 6 ++--- packages/chakra-ui-core/package.json | 33 ++++++++++++++++++------ packages/chakra-ui-core/rollup.config.js | 8 +++++- packages/chakra-ui-docs/package.json | 2 +- 5 files changed, 42 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e00b5462..967e0d45 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@

Build scalable and accessible Vue.js applications with ease.

-**@chakra-ui/vue** gives you a set of accessible and composable Vue components that you can use to build your favourite applications and sites. +**chakra-ui-vue** gives you a set of accessible and composable Vue components that you can use to build your favourite applications and sites. > Hello, friend! 😄 -> **@chakra-ui/vue** is currently under development. A more detailed documentation site is in the pipeline soon! Check out our [storybook]() and [Codesandbox Vue & Nuxt Starters](https://codesandbox.io/s/chakra-ui-vue-starter-2sy0g). +> **chakra-ui-vue** is currently under development. A more detailed documentation site is in the pipeline soon! Check out our [storybook]() and [Codesandbox Vue & Nuxt Starters](https://codesandbox.io/s/chakra-ui-vue-starter-2sy0g). ## Features @@ -53,7 +53,7 @@ new Vue({ ``` **2. Wrap your application inside the Chakra `ThemeProvider`.** We also recommend that you include the `CSSReset` component to normalize all browser styling. -_In the `App.vue` file._ +_In your `App.vue` file._ ```html