UNPKG
vue-cli-plugin-som
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
vue-cli 3 plugin to add som-ui
vue-cli-plugin-som
/
generator
/
templates
/
src
/
plugins
/
som.js
12 lines
(10 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Vue
from
'vue'
<%_
if
(options.
import
===
'full'
) { _%>
import
SomUI
from
'som-ui'
; Vue.use(SomUI) <%_ }
else
{ _%>
import
{ Button }
from
'som-ui'
Vue.use(Button) <%_ } _%>