Skip to content

Commit de03555

Browse files
committed
docs: update README.md
1 parent 9fb70df commit de03555

1 file changed

Lines changed: 8 additions & 24 deletions

File tree

README.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,37 +23,21 @@ yarn run serve
2323

2424
## Core Features
2525

26-
### Minimal dependencies
26+
**:book: Minimal dependencies**: Only import the official Vue.js library and the ElementUI components to give you the freedom to play.
2727

28-
Only import the official Vue.js library and the ElementUI components to give you the freedom to play.
28+
**:file_folder: Project Structure**: According to the actual experience of the development, a reasonable and clear directory structure was designed.
2929

30-
### Project Structure
30+
**:tophat: View Layout**: Use Vue Router nested routes and ElementUI built-in components for application's layout.
3131

32-
According to the actual experience of the development, a reasonable and clear directory structure was designed.
32+
**:cyclone: Data Processing**: Add separate api and service layers to abstract the business logic from the components.
3333

34-
### View Layout
34+
**:lock: Authorization**: All routes support configurable interceptors. User login authentication and role authentication are currently built in.
3535

36-
Use Vue Router nested routes and ElementUI built-in components for application's layout.
36+
**:calendar: List Example**: A complete list page example with field queries (filtering), field sorting, list turning, batch operations, and more.
3737

38-
### Data Processing
38+
**:ghost: Form Example**: A complete example of a form page with forms validation, submission, and more.
3939

40-
Add separate api and service layers to abstract the business logic from the components.
41-
42-
### Authorization
43-
44-
All routes support configurable interceptors. User login authentication and role authentication are currently built in.
45-
46-
### List Example
47-
48-
A complete list page example with field queries (filtering), field sorting, list turning, batch operations, and more.
49-
50-
### Form Example
51-
52-
A complete example of a form page with forms validation, submission, and more.
53-
54-
### Error Pages
55-
56-
Built-in simple 403, 404, and 500 error pages.
40+
**:bomb: Error Pages**: Built-in simple 403, 404, and 500 error pages.
5741

5842
## Contributing
5943

0 commit comments

Comments
 (0)