Перевёл сайт с vue-cli на vite #2

This commit is contained in:
Ilia Miheev
2026-07-31 23:59:23 +03:00
parent 74f6416521
commit d8e183a0e3
10 changed files with 1362 additions and 11038 deletions
+16 -6
View File
@@ -1,24 +1,34 @@
# irandom
## Project setup
## Setup
```
npm install
```
### Compiles and hot-reloads for development
### Dev server
```
npm run serve
```
or
```
npm run dev
```
### Compiles and minifies for production
### Production build
```
npm run build
```
### Lints and fixes files
### Preview production build
```
npm run preview
```
### Lint
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
### Customization
Copy `.env.example` to `.env` and set branding / theme variables.
`npm run serve` / `npm run build` regenerates `public/config.js` automatically.