You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ecmwf-dataset-crawl/frontend
Norwin c0d520ea8a show query score in result list 6 years ago
..
build frontend: refine build 7 years ago
config fix serving on non-root baseurl 6 years ago
src show query score in result list 6 years ago
static frontend: dont serve fonts via google 7 years ago
test/unit add frontend template via vue-cli 7 years ago
.babelrc add frontend template via vue-cli 7 years ago
.dockerignore dockerify frontend, add caddy proxy 7 years ago
.editorconfig add frontend template via vue-cli 7 years ago
.eslintignore add frontend template via vue-cli 7 years ago
.eslintrc.js frontend: start crawllist view 7 years ago
.gitignore add frontend template via vue-cli 7 years ago
.postcssrc.js add frontend template via vue-cli 7 years ago
Dockerfile update dependencies 6 years ago
README.md add frontend template via vue-cli 7 years ago
index.html frontend: dont serve fonts via google 7 years ago
package.json update dependencies 6 years ago
yarn.lock update dependencies 6 years ago

README.md

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.