1
0
Fork 0
mirror of https://github.com/52North/ecmwf-dataset-crawl synced 2025-03-12 16:00:54 +01:00
ecmwf-dataset-crawl/frontend
2018-09-14 11:12:19 +02:00
..
build frontend: refine build 2018-05-22 09:14:42 +02:00
config fix serving on non-root baseurl 2018-08-02 11:10:37 +02:00
src show query score in result list 2018-09-14 11:12:19 +02:00
static frontend: dont serve fonts via google 2018-05-22 09:13:35 +02:00
test/unit add frontend template via vue-cli 2018-05-16 16:30:03 +02:00
.babelrc add frontend template via vue-cli 2018-05-16 16:30:03 +02:00
.dockerignore dockerify frontend, add caddy proxy 2018-05-17 10:41:52 +02:00
.editorconfig add frontend template via vue-cli 2018-05-16 16:30:03 +02:00
.eslintignore add frontend template via vue-cli 2018-05-16 16:30:03 +02:00
.eslintrc.js frontend: start crawllist view 2018-05-16 17:06:22 +02:00
.gitignore add frontend template via vue-cli 2018-05-16 16:30:03 +02:00
.postcssrc.js add frontend template via vue-cli 2018-05-16 16:30:03 +02:00
Dockerfile update dependencies 2018-09-06 15:54:04 +02:00
index.html frontend: dont serve fonts via google 2018-05-22 09:13:35 +02:00
package.json update dependencies 2018-09-06 15:54:04 +02:00
README.md add frontend template via vue-cli 2018-05-16 16:30:03 +02:00
yarn.lock update dependencies 2018-09-06 15:54:04 +02:00

emcwf-dataset-crawl frontend

Frontend to the dataset webcrawler at EMCWF

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.