Skip to content

Commit

Permalink
Update JS dependencies.
Browse files Browse the repository at this point in the history
Add Carrefour and Chanel projects
  • Loading branch information
JohanLopes committed Jun 25, 2024
1 parent 7a35153 commit ebfc95e
Show file tree
Hide file tree
Showing 35 changed files with 3,965 additions and 3,032 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ coverage
*.njsproj
*.sln
*.sw?

*.tsbuildinfo
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
# johanlopes
# Johan LOPES

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
yarn
```

### Compile and Hot-Reload for Development

```sh
npm run dev
yarn dev
```

### Compile and Minify for Production

```sh
npm run build
yarn build
```

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

```sh
npm run lint
yarn lint
```
8 changes: 8 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}
Loading

0 comments on commit ebfc95e

Please sign in to comment.