Skip to content

Commit b6e4e93

Browse files
authored
Update README.md
1 parent 73c59d2 commit b6e4e93

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
# io.github.andrepg
1+
# 💼 andrepg.github.io
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This is my main website, my personal hub and my personal blog. It's built with Vite and VueJS, powered by Vite Markdown and PrismsJS.
44

5-
## Recommended IDE Setup
5+
## 🤖 Recommended IDE Setup
66

7-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
7+
To build or explore this app, I recommend some configurations, they are the following:
88

9-
## Customize configuration
9+
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
10+
- Use the VSCode Workspace file to open the project and use the recommended plugins
1011

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

13-
## Project Setup
13+
## 🛠️ Project Setup
14+
15+
First, you need to install all the project's dependencies with NPM or Yarn. It's your choice.
1416

1517
```sh
18+
# With NPM
1619
npm install
20+
21+
# With Yarn
22+
yarn install
1723
```
1824

19-
### Compile and Hot-Reload for Development
25+
### 💻 Compile and Hot-Reload for Development
2026

2127
```sh
2228
npm run dev
2329
```
2430

25-
### Compile and Minify for Production
31+
### 📤 Compile and Minify for Production
2632

2733
```sh
2834
npm run build
2935
```
3036

31-
### Run Unit Tests with [Vitest](https://vitest.dev/)
32-
33-
```sh
34-
npm run test:unit
35-
```
36-
37-
### Lint with [ESLint](https://eslint.org/)
37+
### 🔍 Lint with [ESLint](https://eslint.org/)
3838

3939
```sh
4040
npm run lint

0 commit comments

Comments
 (0)