Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.03 KB

vue-rider-admin

This is a modern adaptation of the Rider Vue Free - Admin Dashboard Template by KeenThemes. This project builds upon the original template, incorporating contemporary enhancements and modifications to meet current development standards and user expectations.

Changes

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Type check

pnpm typecheck

Lint with ESLint

pnpm lint