Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
najiu-frontend
najiu-admin-template
Commits
d3780690
Commit
d3780690
authored
Nov 02, 2020
by
vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bump 2.0.0-rc.8
parent
da863d3d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
13 deletions
+38
-13
CHANGELOG.en_US.md
CHANGELOG.en_US.md
+29
-0
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-1
README.en-US.md
README.en-US.md
+7
-11
package.json
package.json
+1
-1
No files found.
CHANGELOG.en_US.md
View file @
d3780690
## 2.0.0-rc.8 (2020-11-2)
### ✨ Features
-
Global loading add text
-
Right-click menu supports multiple levels
### 🎫 Chores
-
Login cache changed from sessionStorage to LocalStorage
### ⚡ Performance Improvements
-
Update ʻant-design-vue
`to`
beta.12
`
- Layout interface layout style adjustment
- Optimize lazy loading components
- Optimize table rendering performance
- Add animation to form folding search icon
- routeModule can ignore the layout configuration. Convenient to configure the first-level menu
### 🐛 Bug Fixes
- Fix table type error
- Fix bug in mock paging tool
- Fix the folding problem of the search form when the table is opened
- Fix the problem of fixed column style when the table size is samll
- Fixed the error report when closing multiple tabs
- Fix message type error
## 2.0.0-rc.7 (2020-10-31)
## 2.0.0-rc.7 (2020-10-31)
### ✨ Features
### ✨ Features
...
...
CHANGELOG.zh_CN.md
View file @
d3780690
##
Wip
##
2.0.0-rc.8 (2020-11-2)
### ✨ Features
### ✨ Features
...
...
README.en-US.md
View file @
d3780690
<p
align=
"center"
>
<p
align=
"center"
>
<a
href=
"https://github.com/anncwb/vue-vben-admin"
target=
"_blank"
>
<a
href=
"https://github.com/anncwb/vue-vben-admin"
target=
"_blank"
>
<img
alt=
"VbenAdmin Logo"
width=
"200"
src=
"
.
/.github/res/imgs/logo.png"
>
<img
alt=
"VbenAdmin Logo"
width=
"200"
src=
"
/anncwb/vue-vben-admin/raw/main
/.github/res/imgs/logo.png"
>
</a>
</a>
</p>
</p>
<h2
align=
"center"
>
VUE VBEN ADMIN2.0
</h2>
<h2
align=
"center"
>
VUE VBEN ADMIN2.0
</h2>
...
@@ -35,11 +35,7 @@
...
@@ -35,11 +35,7 @@
## Introduction
## Introduction
This branch is a 2.0 new branch which use vue3 to develop.
The project is based on the vue3 style background management system implemented by ʻant-design-vue
`, `
typescript
`,`
vue3.0
`,`
vite
`,`
tsx
`,
You can also switch to 1.0 branch which use
`vue2.6`
,
`vue-composition-api`
and
`vue-cli`
to develop.
The project is based on the vue3 style background management system implemented by
`ant-design-vue`
,
`typescript`
,
`vue3.0`
,
`vite`
,
`tsx`
.
## GitHub
## GitHub
...
@@ -110,17 +106,17 @@ The documentation for 2.0 hasn't started yet, it will be provided later.
...
@@ -110,17 +106,17 @@ The documentation for 2.0 hasn't started yet, it will be provided later.
## Install
## Install
```
js
```
bash
//
Make git case sensitive to file names
#
Make git case sensitive to file names
git config core.ignorecase false
git config core.ignorecase false
//
Pull code of the project
#
Pull code of the project
git clone https://github.com/anncwb/vue-vben-admin.git vue-vben-admin-2.0
git clone https://github.com/anncwb/vue-vben-admin.git vue-vben-admin-2.0
cd vue-vben-admin-2.0
cd vue-vben-admin-2.0
//
If you use other package management tool, you can install it by yourself
#
If you use other package management tool, you can install it by yourself
//
if you hasn't install yarn, please run: npm install -g yarn
#
if you hasn't install yarn, please run: npm install -g yarn
yarn install
yarn install
```
```
...
...
package.json
View file @
d3780690
{
{
"name"
:
"vben-admin-2.0"
,
"name"
:
"vben-admin-2.0"
,
"version"
:
"2.0.0-rc.
7
"
,
"version"
:
"2.0.0-rc.
8
"
,
"scripts"
:
{
"scripts"
:
{
"bootstrap"
:
"yarn install"
,
"bootstrap"
:
"yarn install"
,
"serve"
:
"esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite"
,
"serve"
:
"esno ./build/script/preserve.ts && cross-env NODE_ENV=development vite"
,
...
...
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