init dev-push code ui base design
This commit is contained in:
@ -19,12 +19,12 @@ module.exports = {
|
||||
},
|
||||
|
||||
// Global CSS: https://go.nuxtjs.dev/config-css
|
||||
css: ['~assets/scss/common.scss', '~assets/css/SpoqaHanSansNeo.css'],
|
||||
css: ['~assets/scss/common.scss', '~assets/css/SpoqaHanSansNeo.css','~assets/css/Oxanium.css'],
|
||||
|
||||
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
|
||||
plugins: [
|
||||
'~/plugins/axios',
|
||||
'~/plugins/eChart',
|
||||
'~/plugins/eChart.js',
|
||||
'~/plugins/grid',
|
||||
'~/plugins/vue-fullscreen',
|
||||
'~/plugins/jqxGrid',
|
||||
@ -32,6 +32,7 @@ module.exports = {
|
||||
'~/plugins/vCalendar',
|
||||
'~/plugins/datepicker',
|
||||
'~/plugins/message',
|
||||
'~/plugins/ant-design-vue'
|
||||
],
|
||||
router: {
|
||||
middleware: ['middleRouter'],
|
||||
@ -56,19 +57,19 @@ module.exports = {
|
||||
],
|
||||
|
||||
// Modules: https://go.nuxtjs.dev/config-modules
|
||||
modules: ['@nuxtjs/axios', '@nuxtjs/dayjs', '@nuxtjs/style-resources'],
|
||||
modules: ['@nuxtjs/axios', '@nuxtjs/dayjs', '@nuxtjs/style-resources','@nuxtjs/google-fonts'],
|
||||
styleResources: {
|
||||
scss: ['./assets/scss/*.scss'],
|
||||
},
|
||||
proxy: {
|
||||
"/api/": {
|
||||
target: "http://localhost:9999/",
|
||||
//target: "http://192.168.0.152:8082/",
|
||||
pathRewrite: {
|
||||
"^/api/": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
// proxy: {
|
||||
// "/api/": {
|
||||
// target: "http://0.0.0.0:9999/",
|
||||
// //target: "http://192.168.0.152:8082/",
|
||||
// pathRewrite: {
|
||||
// "^/api/": ""
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
axios: {
|
||||
//baseURL: "http://dotest.kfems.kr:9997",
|
||||
proxy: true,
|
||||
@ -104,6 +105,12 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
googleFonts: {
|
||||
families: {
|
||||
Oxanium: [900], // You can add more weights if needed
|
||||
},
|
||||
display: 'swap',
|
||||
},
|
||||
// Vuetify module configuration: https://go.nuxtjs.dev/config-vuetify
|
||||
vuetify: {
|
||||
lang: {
|
||||
@ -123,5 +130,6 @@ module.exports = {
|
||||
scss: './assets/scss/**/*.scss',
|
||||
},
|
||||
publicPath: '/_nuxt/comm/',
|
||||
cache: true
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user