Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 808 Bytes

File metadata and controls

35 lines (22 loc) · 808 Bytes

vue-member-management

vue-member-management is a member management system app built with Vue.js (Composition API) and Vite. Built as a probation project during my internship at Blibli.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint