• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Jan-2022-

public/H03-May-2022-

src/H03-May-2022-1,9431,863

README.mdH A D14-Jan-2022456 2921

package.jsonH A D14-Jan-20221.1 KiB5453

yarn.lockH A D14-Jan-2022513.5 KiB12,19610,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