Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukaszkups/vue-simple-shop-3

A vue 3 version of simple code exercise
https://github.com/lukaszkups/vue-simple-shop-3

Last synced: about 1 month ago
JSON representation

A vue 3 version of simple code exercise

Awesome Lists containing this project

README

        

# vue-simple-shop-3

A small showcase of my Vue.js (3) knowledge.

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

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
npm run test:unit
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```