clash-manager/vue.live.js

23 lines
515 B
JavaScript

import { resolve } from 'path'
// let pages =
export default {
pages: {
index: {
entry: resolve('./src/main.js'),
title: 'Clash Manager'
}
},
devServer: {
port: 6677
},
imports: {
'es.shim': '//jscdn.ink/es.shim/2.1.1/index.js',
vue: '//jscdn.ink/vue/3.2.47/vue.esm-browser.prod.js',
'vue-router': '//jscdn.ink/@bytedo/vue-router/4.1.6/vue-router.js',
fetch: '//jscdn.ink/@bytedo/fetch/2.1.5/next.js',
crypto: '//jscdn.ink/crypto.web.js/1.0.0/index.js'
}
}
Vue 62.5%
JavaScript 22.2%
SCSS 10.9%
HTML 4.4%