PhaseWeb3-Vue/README.md
2023-05-17 21:02:54 -04:00

34 lines
347 B
Markdown

# PhaseWeb 3 Vue -- Based on Admin One for Vue 3
#### Install
`cd` to project's dir and run `npm install`
### Vite builds
#### Hot-reloads for development
```
npm run dev
```
#### Builds and minifies for production
```
npm run build
```
#### Serves recently built app
```
npm run preview
```
### Linting
#### Lint
```
npm run lint
```