feat: 2.0分支

This commit is contained in:
wanchun 2023-03-31 15:53:51 +08:00
parent adf32d2a05
commit 93534fd776
6 changed files with 1331 additions and 1190 deletions

View File

@ -2,7 +2,7 @@ name: Deploy Docs
on: on:
push: push:
branches: branches:
- master - "2.0"
paths: paths:
- 'docs/**/**' - 'docs/**/**'
- 'package.json' - 'package.json'

View File

@ -17,9 +17,9 @@ An excellent front-end solution
</div> </div>
- document - [http://fesjs.mumblefe.cn/](http://fesjs.mumblefe.cn/) - document - [http://fesjs.mumblefe.cn/2.0/](http://fesjs.mumblefe.cn/2.0/)
- changelog - [CHANGELOG.md](./CHANGELOG.md) - changelog - [CHANGELOG.md](./CHANGELOG.md)
- 3.0 ( vite and webpack ) - [http://fesjs.mumblefe.cn/next/](http://fesjs.mumblefe.cn/next/) - 3.0 ( vite and webpack ) - [http://fesjs.mumblefe.cn](http://fesjs.mumblefe.cn)
# Pain points # Pain points
Before developing a front-end project, we may need to do the following preparations Before developing a front-end project, we may need to do the following preparations

View File

@ -17,9 +17,9 @@
</div> </div>
- 使用文档 - [http://fesjs.mumblefe.cn/](http://fesjs.mumblefe.cn/) - 使用文档 - [http://fesjs.mumblefe.cn/2.0/](http://fesjs.mumblefe.cn/2.0/)
- 更新日志 - [CHANGELOG.md](./CHANGELOG.md) - 更新日志 - [CHANGELOG.md](./CHANGELOG.md)
- 3.0版本构建可选vite和webpack- [http://fesjs.mumblefe.cn/next/](http://fesjs.mumblefe.cn/next/) - 3.0版本构建可选vite和webpack- [http://fesjs.mumblefe.cn/](http://fesjs.mumblefe.cn)
# 痛点 # 痛点
在开发一个前端项目之前,我们可能需要做如下准备工作: 在开发一个前端项目之前,我们可能需要做如下准备工作:

View File

@ -6,7 +6,7 @@ const config: UserConfig<DefaultThemeOptions> = {
bundler: '@vuepress/webpack', bundler: '@vuepress/webpack',
base: process.env.BASE ? process.env.BASE : '/', base: process.env.BASE ? process.env.BASE : '/2.0/',
// evergreen: process.env.NODE_ENV !== 'production', // evergreen: process.env.NODE_ENV !== 'production',

View File

@ -27,7 +27,7 @@ export const zh: NavbarConfig = [
{ {
text: 'v3.0', text: 'v3.0',
link: link:
'https://fesjs.mumblefe.cn/next', 'https://fesjs.mumblefe.cn',
}, },
{ {
text: 'v1.0', text: 'v1.0',
@ -41,7 +41,7 @@ export const zh: NavbarConfig = [
{ {
text: '更新日志', text: '更新日志',
link: link:
'https://github.com/WeBankFinTech/fes.js/blob/master/CHANGELOG.md', 'https://github.com/WeBankFinTech/fes.js/blob/2.0/CHANGELOG.md',
}, },
{ {
text: 'fes-design', text: 'fes-design',

2505
yarn.lock

File diff suppressed because it is too large Load Diff