1 changed files with 32 additions and 1 deletions
@ -1 +1,32 @@ |
|||
anes |
|||
# 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 |
|||
``` |
|||
|
|||
|
Loading…
Reference in new issue