Skip to content

Commit fbe78ff

Browse files
author
Chris
committed
update README
1 parent a8724de commit fbe78ff

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

quiz-app/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
# vue-project
1+
# Quiz app
22

3-
This template should help get you started developing with Vue 3 in Vite.
3+
This quiz app helps you display questions and answers in a quiz format.
44

5-
## Recommended IDE Setup
5+
## Install the app
66

7-
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
8-
9-
## Customize configuration
10-
11-
See [Vite Configuration Reference](https://vitejs.dev/config/).
12-
13-
## Project Setup
7+
Run `npm install` to install the dependencies.
148

159
```sh
1610
npm install
1711
```
1812

19-
### Compile and Hot-Reload for Development
13+
## Build the app
14+
15+
To build the solution, run `npm run build`.
2016

2117
```sh
22-
npm run dev
18+
npm run build
2319
```
2420

25-
### Compile and Minify for Production
21+
## Run
2622

27-
```sh
28-
npm run build
23+
To run the solution, run `npm run dev`.
24+
25+
```bash
26+
npm run dev
2927
```
3028

31-
### Lint with [ESLint](https://eslint.org/)
29+
## Lint
3230

33-
```sh
31+
To ensure the code is linted, run `npm run lint`.
32+
33+
```bash
3434
npm run lint
35-
```
35+
```

0 commit comments

Comments
 (0)