# typescript-iview-admin **Repository Path**: G-Will/typescript-iview-admin ## Basic Information - **Project Name**: typescript-iview-admin - **Description**: replicate version of iview-admin with typescript - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-09 - **Last Updated**: 2023-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
[](https://travis-ci.com/dreambo8563/typescript-iview-admin) []() ## Introduction typescript-iview-admin is a **replicate** version of [iview-admin](https://github.com/iview/iview-admin) project with **typescript**. ## Features - Login / Logout - Permission Authentication - A list of filters - Permission to switch - i18n - Components - Rich Text Editor - Markdown Editor - City Cascader - Photos preview and edit - Draggable list - File upload - Digital gradient - split-pane - Form - The article published - Workflow - Table - Drag-and-drop sort - Searchable form - Table export data - Export to Csv file - Export to Xls file - Table to picture - Error Page - 403 - 404 - 500 - Router - Dynamic routing - With reference page - Theme - Shrink the sidebar - Tag navigation - Breadcrumb navigation - Full screen / exit full screen - Lock screen - The message center - Personal center ## More Info - [Document](https://lison16.github.io/iview-admin-doc/) - [Preview](https://admin.iviewui.com/) - [Base template recommends using](https://github.com/iview/iview-admin/tree/template)  ## Getting started ```bash # clone the project git clone https://github.com/dreambo8563/typescript-iview-admin.git // install dependencies npm install // develop npm run server ``` ## Build ```bash npm run build ```