Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 14-Jan-2022 | - | ||||
public/ | H | 03-May-2022 | - | |||
src/ | H | 03-May-2022 | - | 1,943 | 1,863 | |
README.md | H A D | 14-Jan-2022 | 456 | 29 | 21 | |
package.json | H A D | 14-Jan-2022 | 1.1 KiB | 54 | 53 | |
yarn.lock | H A D | 14-Jan-2022 | 513.5 KiB | 12,196 | 10,584 |
README.md
1# Landing page/catalog 2 3Landing page/catalog app source code. 4 5## Project setup 6``` 7yarn install 8``` 9 10### Compiles and hot-reloads for development 11``` 12yarn serve 13``` 14 15### Compiles and minifies for production 16``` 17yarn build 18``` 19 20Built files needs to be moved from `dist` to `resources/server/api/ogc/static/landingpage`. 21 22### Lints and fixes files 23``` 24yarn lint 25``` 26 27### Customize configuration 28See [Configuration Reference](https://cli.vuejs.org/config/). 29