Skip to content

51fe/vue-crud

Repository files navigation

Vue CRUD 中文

A small but complete CRUD web app with Vue + element-ui + axios JSON Server + testing library

Features

  1. Full CRUD
  2. Base search/pagination/sort
  3. Chinese areas cascader, Custom components/options access/form validator
  4. Responsive design
  5. Uint 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 serve

unit test

npm run test:unit

Customize configuration

See Configuration Reference.

Relevant projects