Commit a405e821 authored by 曾沂轮's avatar 曾沂轮

Feat: 完善模板

parent 5b652a94
module.exports = {
renderFiles: [
'package.json'
'package.json',
'README.md'
],
filters: {
},
......
......@@ -7,6 +7,9 @@ module.exports = {
'plugin:vue/essential',
'@smart/standard'
],
plugins: [
'vue'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
......
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