Skip to content

Commit 21426ea

Browse files
committed
docs: update core features
1 parent 65a9ccf commit 21426ea

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

README.md

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

2424
## Core Features
2525

26-
**:book: Minimal dependencies**: Only import the official Vue.js library and the ElementUI components to give you the freedom to play.
27-
28-
**:file_folder: Project Structure**: According to the actual experience of the development, a reasonable and clear directory structure was designed.
29-
30-
**:tophat: View Layout**: Use Vue Router nested routes and ElementUI built-in components for application's layout.
31-
32-
**:cyclone: Data Processing**: Add separate api and service layers to abstract the business logic from the components.
33-
34-
**:lock: Authorization**: All routes support configurable interceptors. User login authentication and role authentication are currently built in.
35-
36-
**:calendar: List Example**: A complete list page example with field queries (filtering), field sorting, list turning, batch operations, and more.
37-
38-
**:ghost: Form Example**: A complete example of a form page with forms validation, submission, and more.
39-
40-
**:bomb: Error Pages**: Built-in simple 403, 404, and 500 error pages.
26+
- :white_check_mark: Minimal dependencies
27+
- :white_check_mark: Project Structure
28+
- :white_check_mark: View Layout
29+
- :white_check_mark: Data Processing Layer
30+
- :white_check_mark: Authorization
31+
- :white_check_mark: Error Pages
32+
- :white_check_mark: List Example
33+
- :white_check_mark: Form Example
4134

4235
## Contributing
4336

0 commit comments

Comments
 (0)