Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukaszkups/vue-simple-shop-3
- Owner: lukaszkups
- Created: 2023-11-20T20:47:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-28T17:08:43.000Z (12 months ago)
- Last Synced: 2024-05-01T15:37:58.686Z (7 months ago)
- Language: Vue
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```