data | ||
public | ||
src | ||
.browserslistrc | ||
.env.example | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
babel.config.js | ||
OpenSearch queries.txt | ||
package-lock.json | ||
package.json | ||
postcss.config.cjs | ||
README.md | ||
SOLR queries.txt | ||
tailwind.config.js | ||
tsconfig.json | ||
vue.config.cjs |
tethys.frontend is a typescript-vueapp
Project setup
npm install
create .env file for environments
cp .env.example .env
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
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
npm run lint