Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mould-vuecli3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lhfe
mould-vuecli3
Commits
2a9b1173
Commit
2a9b1173
authored
Aug 31, 2020
by
lipengcheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: 更新温昂
parent
a7373b7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
README.md
README.md
+8
-7
No files found.
README.md
View file @
2a9b1173
...
...
@@ -9,22 +9,23 @@
基于vue-cli3完善的脚手架项目,增加一些基础通用配置。
包含配置如下:
-
[
x
]
按需引入了lodash
-
[
x
]
环境区分:分为开发、测试和生产环境
-
[
x
]
通过
`require.context`
自动化vue-router配置
-
[
x
]
配置
`layout`
布局组件
-
[
x
]
按需引入lodash
-
[
x
]
moment二次封装进行汉化,并且配置为过滤器、实例方式调用
-
[
x
]
生产环境打包去掉console
-
[
x
]
模块化vuex,并通过
`require.context`
自动化配置
-
[
x
]
通过
`require.context`
自动化vue-router配置
-
[
x
]
配置layout布局组件
-
[
x
]
配置
`/global`
全局组件
-
[
x
]
配置
`global`
全局组件
-
[
x
]
配置
`common`
公共组件
-
[
x
]
配置全局自定义过滤器
-
[
x
]
配置全局自定义指令
-
[
x
]
配置
`utils`
方法并通过实例调用
-
[
x
]
配置错误页面
-
[
x
]
`eslint`
+
`prettier`
规范代码风格、格式化及语法校验
-
[
x
]
`husky`
+
`lint-staged`
拦截commit,提交时做代码
校验及修复
-
[
x
]
`commitizen`
生成标准的commit
Message模板
-
[
x
]
`
commitlint`
+
`husky`
做commitMessage规范校验
-
[
x
]
`husky`
+
`lint-staged`
拦截commit,提交时做代码风格
校验及修复
-
[
x
]
`commitizen`
+
`cz-conventional-changlog`
提供规范统一的的commite
Message模板
-
[
x
]
`
husky`
+
`commitlint`
在commit时
做commitMessage规范校验
-
[
x
]
`standard-version`
自动化发版流程及生成规范化的changelog
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment