更新依赖
parent
e6b952ca96
commit
8bd384fdee
|
@ -36,6 +36,8 @@ export default {
|
||||||
fetch: '//jscdn.ink/@bytedo/fetch/latest/next.js',
|
fetch: '//jscdn.ink/@bytedo/fetch/latest/next.js',
|
||||||
'@bytedo/editor': '//jscdn.ink/@bytedo/editor/latest/index.js',
|
'@bytedo/editor': '//jscdn.ink/@bytedo/editor/latest/index.js',
|
||||||
'@bytedo/gzip': '//jscdn.ink/@bytedo/gzip/latest/index.js',
|
'@bytedo/gzip': '//jscdn.ink/@bytedo/gzip/latest/index.js',
|
||||||
'@bd/core': '//jscdn.ink/@bd/core/latest/index.js'
|
'@bd/core': '//jscdn.ink/@bd/core/latest/index.js',
|
||||||
|
'@bd/ui/': '//jscdn.ink/@bd/ui/latest/',
|
||||||
|
'wkit': '//jscdn.ink/wkit/latest/index.js'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "fite-app",
|
"name": "bd-js.github.io",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "fite dev",
|
"start": "fite dev",
|
||||||
"build": "fite build"
|
"build": "fite build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"fite": "^0.7.5"
|
"fite": "^1.1.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import App from './app.vue'
|
import App from './app.vue'
|
||||||
|
|
||||||
import '//jscdn.ink/@bd/ui/latest/scroll/index.js'
|
import '@bd/ui/scroll/index.js'
|
||||||
import '//jscdn.ink/@bd/ui/latest/markd/index.js'
|
import '@bd/ui/markd/index.js'
|
||||||
import '//jscdn.ink/@bd/ui/latest/sandbox/index.js'
|
import '@bd/ui/sandbox/index.js'
|
||||||
import '//jscdn.ink/@bd/ui/latest/space/index.js'
|
import '@bd/ui/space/index.js'
|
||||||
import '//jscdn.ink/@bd/ui/latest/divider/index.js'
|
import '@bd/ui/divider/index.js'
|
||||||
// import '//127.0.0.1:8090/dist/scroll/index.js'
|
// import '//127.0.0.1:8090/dist/scroll/index.js'
|
||||||
// import '//127.0.0.1:8090/dist/markd/index.js'
|
// import '//127.0.0.1:8090/dist/markd/index.js'
|
||||||
// import '//127.0.0.1:8090/dist/sandbox/index.js'
|
// import '//127.0.0.1:8090/dist/sandbox/index.js'
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import App from './app.vue'
|
import App from './app.vue'
|
||||||
|
|
||||||
import '//jscdn.ink/@bd/ui/latest/space/index.js'
|
import '@bd/ui/space/index.js'
|
||||||
import '//jscdn.ink/@bd/ui/latest/form/index.js'
|
import '@bd/ui/form/index.js'
|
||||||
|
|
||||||
const app = createApp(App)
|
const app = createApp(App)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import App from './app.vue'
|
import App from './app.vue'
|
||||||
|
|
||||||
import '//jscdn.ink/@bd/ui/0.1.3/form/index.js'
|
import '@bd/ui/form/index.js'
|
||||||
|
|
||||||
const app = createApp(App)
|
const app = createApp(App)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { createApp } from 'vue'
|
import { createApp } from 'vue'
|
||||||
import '//jscdn.ink/@bd/ui/latest/tabs/index.js'
|
import '@bd/ui/tabs/index.js'
|
||||||
// import '//127.0.0.1:8090/dist/tabs/index.js'
|
// import '//127.0.0.1:8090/dist/tabs/index.js'
|
||||||
|
|
||||||
import App from './app.vue'
|
import App from './app.vue'
|
||||||
|
|
Loading…
Reference in New Issue