https://github.com/raksul/internship-nhi-vo
Repository for Nhi Vo internship exercise
https://github.com/raksul/internship-nhi-vo
Last synced: 3 months ago
JSON representation
Repository for Nhi Vo internship exercise
- Host: GitHub
- URL: https://github.com/raksul/internship-nhi-vo
- Owner: raksul
- Created: 2022-04-04T08:06:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T09:48:35.000Z (about 3 years ago)
- Last Synced: 2025-01-29T13:27:34.823Z (5 months ago)
- Language: Vue
- Size: 1.17 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 itemThis website is built with:
+ Vue 3 + Pinia## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```