Skip to content

Commit e109e6d

Browse files
author
User
committed
updated project
1 parent 1d23f4b commit e109e6d

File tree

3,300 files changed

+142611
-35
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,300 files changed

+142611
-35
lines changed

API.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const G_C = require('./globalconfig/globalconfig')
2+
const SILENT = G_C.SILENT
3+
4+
const GlobalConfig = [
5+
SILENT
6+
]
7+
8+
9+
module.exports = {
10+
GlobalConfig
11+
}

APIBuilder.js

Lines changed: 0 additions & 31 deletions
This file was deleted.

globalconfig/globalconfig.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
const SILENT = {
2+
category: 'Global Config',
3+
name: '#silent',
4+
type: 'boolean',
5+
default: 'false',
6+
arguments: '',
7+
readOption: '',
8+
usage: 'Vue.config.silent = true',
9+
details: 'Suppress all Vue logs and warnings',
10+
example: ''
11+
}
12+
13+
14+
module.exports = {
15+
SILENT
16+
}

node_modules/.bin/in-install

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/in-publish

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/not-in-install

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/not-in-publish

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/ansi-escapes/index.js

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/ansi-escapes/license

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/ansi-escapes/package.json

Lines changed: 120 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)