1.4.0 • Published 3 years ago

@alicloud/console-os-vue-portal v1.4.0

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

Console OS Vue Portal

Basic Use

Replace the new Vue(/*options*/) to mount(/*options*/) function in @alicloud/console-os-vue-portal. and export the return value of the mount.

import { mount } from '@alicloud/console-os-vue-portal';
import App from './App.vue'

// export the return
export default mount({
    el: '#app',
    i18n,
    router,
    store,
    render: h => h(App),
    created() {}
})

Build

add the js-cli-plugin-os to the dev dependencies.

> npm install vue-cli-plugin-os -D
# or
> yarn add vue-cli-plugin-os -D
1.4.0

3 years ago

1.4.0-alpha.0

3 years ago

1.4.0-alpha.1

3 years ago

1.0.0-next.11

5 years ago

1.0.0-next.10

5 years ago

1.0.0-next.9

5 years ago

1.0.0-next.8

5 years ago

0.4.1

5 years ago

1.0.0-next.5

5 years ago

1.0.0-next.6

5 years ago

1.0.0-next.4

5 years ago

1.0.0-next.1

5 years ago

1.0.0-next.2

5 years ago

0.4.0-alpha.6

5 years ago

0.4.0-alpha.5

5 years ago

0.4.0-alpha.3

5 years ago

0.3.3

5 years ago

0.3.0

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.2

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago