An open API service indexing awesome lists of open source software.

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

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 item

This 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
```