Skip to content

51fe/vue3-crud

Repository files navigation

Vue3 CRUD 中文

A small but complete CRUD web app with Vue3 + Vite + TypeScript + element-plus + axios + JSON Server

Features

  1. Full CRUD
  2. Base search/ pagination/sort
  3. Chinese areas cascader, Custom components/data access/form validator
  4. Responsive design
  5. Unit test

Snapshots

vue-crud.jpg

Project setup

npm install

Run JSON Server before compiles

npm run mock

Compiles and hot-reloads for development

npm run dev

Unit Test

npm run test:unit

Customize configuration

See Configuration Reference.

Relevant projects