- prepare project for using tailwind with postcss configuration files
- change linl to backend login - change copyright hint with actual year
This commit is contained in:
parent
59a83c1978
commit
315eabf3bb
15 changed files with 701 additions and 11822 deletions
26
README.md
26
README.md
|
@ -1,24 +1,38 @@
|
|||
# typescript-vueapp
|
||||
# tethys.frontend is a typescript-vueapp
|
||||
|
||||
## Project setup
|
||||
```
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
## create .env file for environments
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
|
||||
```bash
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
|
||||
```bash
|
||||
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.
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
|
||||
```bash
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
### Customize build and dev configuration
|
||||
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue