Commit 598a08d3 authored by chenqikuai's avatar chenqikuai

项目优化

parent 5ddf7ef3
VUE_APP_MODE=normal
\ No newline at end of file
VUE_APP_MODE=normal
NODE_ENV=production
\ No newline at end of file
VUE_APP_MODE=platform
\ No newline at end of file
VUE_APP_MODE=platform
NODE_ENV=production
\ No newline at end of file
......@@ -6,8 +6,8 @@
"serve": "vue-cli-service serve",
"platform": "vue-cli-service serve --mode platform",
"normal": "vue-cli-service serve --mode normal",
"buildPlatform": "vue-cli-service build --mode platform",
"buildNormal": "vue-cli-service build --mode normal",
"buildPlatform": "vue-cli-service build --mode platform --report",
"buildNormal": "vue-cli-service build --mode normal --report",
"buildLive": "vue-cli-service build --mode live",
"bdPlatform": "npm run buildPlatform & bash deployPlatform.sh",
"bdNormal": "npm run buildNormal & bash deployNormal.sh",
......
const colors = require('tailwindcss/colors')
module.exports = {
purge: [],
purge: [
'./src/**/*.html',
'./src/**/*.js',
'./src/**/*.vue',
],
presets: [],
darkMode: false, // or 'media' or 'class'
theme: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment