1.4.0 • Published 2 years ago

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

Weekly downloads
1
License
MIT
Repository
-
Last release
2 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

2 years ago

1.4.0-alpha.0

2 years ago

1.4.0-alpha.1

2 years ago

1.0.0-next.11

3 years ago

1.0.0-next.10

3 years ago

1.0.0-next.9

3 years ago

1.0.0-next.8

3 years ago

0.4.1

3 years ago

1.0.0-next.5

3 years ago

1.0.0-next.6

3 years ago

1.0.0-next.4

3 years ago

1.0.0-next.1

3 years ago

1.0.0-next.2

3 years ago

0.4.0-alpha.6

4 years ago

0.4.0-alpha.5

4 years ago

0.4.0-alpha.3

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago