File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
- # vue-project
1
+ # Quiz app
2
2
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.
4
4
5
- ## Recommended IDE Setup
5
+ ## Install the app
6
6
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.
14
8
15
9
``` sh
16
10
npm install
17
11
```
18
12
19
- ### Compile and Hot-Reload for Development
13
+ ## Build the app
14
+
15
+ To build the solution, run ` npm run build ` .
20
16
21
17
``` sh
22
- npm run dev
18
+ npm run build
23
19
```
24
20
25
- ### Compile and Minify for Production
21
+ ## Run
26
22
27
- ``` sh
28
- npm run build
23
+ To run the solution, run ` npm run dev ` .
24
+
25
+ ``` bash
26
+ npm run dev
29
27
```
30
28
31
- ### Lint with [ ESLint ] ( https://eslint.org/ )
29
+ ## Lint
32
30
33
- ``` sh
31
+ To ensure the code is linted, run ` npm run lint ` .
32
+
33
+ ``` bash
34
34
npm run lint
35
- ```
35
+ ```
You can’t perform that action at this time.
0 commit comments