mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-28 17:10:56 +02:00
update README
This commit is contained in:
@@ -1,35 +1,35 @@
|
|||||||
# vue-project
|
# Quiz app
|
||||||
|
|
||||||
This template should help get you started developing with Vue 3 in Vite.
|
This quiz app helps you display questions and answers in a quiz format.
|
||||||
|
|
||||||
## Recommended IDE Setup
|
## Install the app
|
||||||
|
|
||||||
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
|
Run `npm install` to install the dependencies.
|
||||||
|
|
||||||
## Customize configuration
|
|
||||||
|
|
||||||
See [Vite Configuration Reference](https://vitejs.dev/config/).
|
|
||||||
|
|
||||||
## Project Setup
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compile and Hot-Reload for Development
|
## Build the app
|
||||||
|
|
||||||
```sh
|
To build the solution, run `npm run build`.
|
||||||
npm run dev
|
|
||||||
```
|
|
||||||
|
|
||||||
### Compile and Minify for Production
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
### Lint with [ESLint](https://eslint.org/)
|
## Run
|
||||||
|
|
||||||
```sh
|
To run the solution, run `npm run dev`.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
|
## Lint
|
||||||
|
|
||||||
|
To ensure the code is linted, run `npm run lint`.
|
||||||
|
|
||||||
|
```bash
|
||||||
npm run lint
|
npm run lint
|
||||||
```
|
```
|
Reference in New Issue
Block a user