Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
be97ef92
authored
2023-07-20 15:15:30 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
docs:项目文档完善
1 parent
1ed430ae
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
0 deletions
.editorconfig
babel.config.js
package.json
postcss.config.js
.editorconfig
View file @
be97ef9
#
# @Description: 项目的编码规范
# @Autor: renchao
# @LastEditTime: 2023-07-20 15:13:34
#
# https://editorconfig.org
root = true
...
...
babel.config.js
View file @
be97ef9
/*
* @Description: 定义Babel在转换JavaScript代码
* @Autor: renchao
* @LastEditTime: 2023-07-20 15:12:44
*/
module
.
exports
=
{
presets
:
[
// https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app
...
...
package.json
View file @
be97ef9
postcss.config.js
View file @
be97ef9
/*
* @Description: CSS处理和移动端适配方案
* @Autor: renchao
* @LastEditTime: 2023-07-20 14:40:12
*/
module
.
exports
=
{
plugins
:
{
autoprefixer
:
{}
...
...
Please
register
or
sign in
to post a comment