be97ef92 by renchao@pashanhoo.com

docs:项目文档完善

1 parent 1ed430ae
1 #
2 # @Description: 项目的编码规范
3 # @Autor: renchao
4 # @LastEditTime: 2023-07-20 15:13:34
5 #
1 # https://editorconfig.org 6 # https://editorconfig.org
2 root = true 7 root = true
3 8
......
1 /*
2 * @Description: 定义Babel在转换JavaScript代码
3 * @Autor: renchao
4 * @LastEditTime: 2023-07-20 15:12:44
5 */
1 module.exports = { 6 module.exports = {
2 presets: [ 7 presets: [
3 // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app 8 // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app
......
...@@ -83,4 +83,4 @@ ...@@ -83,4 +83,4 @@
83 "type": "git", 83 "type": "git",
84 "url": "git+https://github.com/PanJiaChen/vue-element-admin.git" 84 "url": "git+https://github.com/PanJiaChen/vue-element-admin.git"
85 } 85 }
86 } 86 }
...\ No newline at end of file ...\ No newline at end of file
......
1 /*
2 * @Description: CSS处理和移动端适配方案
3 * @Autor: renchao
4 * @LastEditTime: 2023-07-20 14:40:12
5 */
1 module.exports = { 6 module.exports = {
2 plugins: { 7 plugins: {
3 autoprefixer: {} 8 autoprefixer: {}
......