提交 338e50ae authored 作者: yyh's avatar yyh

Initial commit

上级
NODE_ENV = 'production'
VUE_APP_TITLE = 'alpha'
outputDir = 'alpha'
\ No newline at end of file
NODE_ENV = 'production'
VUE_APP_TITLE = 'production'
outputDir = 'dist'
\ No newline at end of file
*.js,
*.vue
node_modules
dist/
test
build/
src/
\ No newline at end of file
module.exports = {
"env": {
"browser": true,
"es6": true,
"commonjs": true
},
"extends": [
"eslint:recommended",
"plugin:vue/essential"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"plugins": [
"vue"
],
"rules": {
// 要求或禁止使用分号而不是 ASI(这个才是控制行尾部分号的,)
'semi': [0, 'always'],
// 强制在 function的左括号之前使用一致的空格
'space-before-function-paren': [1, 'always'],
'lines-around-comment': 1,
// 操作符前后要加空格
'space-infix-ops': 1,
// 关键字前后必须有空格
'keyword-spacing': 2,
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
// 'prettier/prettier': 'error'
}
};
\ No newline at end of file
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
module.exports = {
presets: [
'@vue/app'
]
}
This source diff could not be displayed because it is too large. You can view the blob instead.
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论