tethys.frontend/README.md

39 lines
618 B
Markdown
Raw Permalink Normal View History

# tethys.frontend is a typescript-vueapp
2021-10-28 08:31:51 +00:00
## Project setup
```bash
2021-10-28 08:31:51 +00:00
npm install
```
## create .env file for environments
```bash
cp .env.example .env
2021-10-28 08:31:51 +00:00
```
### Compiles and hot-reloads for development
```bash
2021-10-28 08:31:51 +00:00
npm run serve
```
### Compiles and minifies for production
```bash
2021-10-28 08:31:51 +00:00
npm run build
```
Check out deployment instructions at <https://cli.vuejs.org/guide/deployment.html> \
After building, copy the dist folder to the web root of your Nginx server.
2021-10-28 08:31:51 +00:00
### Lints and fixes files
```bash
2021-10-28 08:31:51 +00:00
npm run lint
```
### Customize build and dev configuration
2021-10-28 08:31:51 +00:00
See [Configuration Reference](https://cli.vuejs.org/config/).