No description
- TypeScript 50.6%
- Vue 37.7%
- XSLT 6%
- SCSS 3.6%
- JavaScript 1.8%
- Other 0.3%
- Term search works - Pending faceted search - Ongoing: highlight of fuzzy results |
||
|---|---|---|
| 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