Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 963 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 963 Bytes

Raksul Internship Project - Nhi Vo

This is a demo website for a used smartphone store's inventory management app. User as the store manager can:

  • View a list of all available items
  • Search for a specific item by brand and/or model name
  • Add/Update/Delete an item

This website is built with:

  • Vue 3 + Pinia

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

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint