You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
287 B

4 years ago
# Anes academy
#### Install dependencies
```bash
npm install
```
#### Build in development mode
```bash
npm run dev
```
#### Build in production mode
```bash
npm run prod
```
#### Build in production mode
```bash
npm run prod
```
#### Preview
```bash
npm run preview
```