1 Star 0 Fork 119

刘驰/vue-cli 高级模板

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.prettierrc.js 278 Bytes
Copy Edit Raw Blame History
Sam-meng authored 2021-05-19 13:53 . dev: 工程优化
/* 官网:https://prettier.io/docs/en/options.html */
module.exports = {
semi: false, // 尽可能不要分号
singleQuote: true, // 尽可能使用单引号
trailingComma: 'all', // 尽可能使用尾随逗号,参考:http://es6.ruanyifeng.com/#docs/style#对象
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sher17/vue-cli-template.git
git@gitee.com:sher17/vue-cli-template.git
sher17
vue-cli-template
vue-cli 高级模板
master

Search