Перевёл сайт с vue-cli на vite #2
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user