Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
598a08d3
Commit
598a08d3
authored
Oct 25, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目优化
parent
5ddf7ef3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
.env.normal
.env.normal
+3
-2
.env.platform
.env.platform
+3
-2
package.json
package.json
+2
-2
tailwind.config.js
tailwind.config.js
+5
-1
No files found.
.env.normal
View file @
598a08d3
VUE_APP_MODE=normal
\ No newline at end of file
VUE_APP_MODE=normal
NODE_ENV=production
\ No newline at end of file
.env.platform
View file @
598a08d3
VUE_APP_MODE=platform
\ No newline at end of file
VUE_APP_MODE=platform
NODE_ENV=production
\ No newline at end of file
package.json
View file @
598a08d3
...
...
@@ -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"
,
...
...
tailwind.config.js
View file @
598a08d3
const
colors
=
require
(
'tailwindcss/colors'
)
module
.
exports
=
{
purge
:
[],
purge
:
[
'./src/**/*.html'
,
'./src/**/*.js'
,
'./src/**/*.vue'
,
],
presets
:
[],
darkMode
:
false
,
// or 'media' or 'class'
theme
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment