Skip to content

TAUnionOtto/vue-vuera-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-cli-demo

Install vue-cli

$ yarn global add @vue/cli

Init project with cli

$ vue create hello-vue

Then follow cli to config your project.

Customize configuration

See Configuration Reference.

Install vuera

$ yarn add vuera
$ yarn add react
$ yarn add react-dom

## Use vuera

You can follow this document. Just use vuera plugin like that.

import { VuePlugin } from 'vuera'

Vue.use(VuePlugin)

Install antd for React

$ yarn add antd
$ yarn add babel-plugin-import

Add that in babel.config.js

plugins: [
    ["import", { "libraryName": "antd", "style": "css" }]
]

Compiles and hot-reloads for development

$ yarn run serve

Releases

No releases published

Packages

No packages published