This is the Vue.js based frontend for SOTLAS (https://sotl.as), an interactive atlas of summits for the Summits On The Air amateur radio program.
 
 
 
 
 
Go to file
Timo Tomasini 4b0f4d10bd
Merge 3d0da6ca54 into bcd6f95e0c
2022-12-17 18:45:45 +01:00
public Optimize PNGs 2021-02-21 13:08:37 +01:00
src Merge 3d0da6ca54 into bcd6f95e0c 2022-12-17 18:45:45 +01:00
svg-icons
tools
.editorconfig
.env Change AZ color so as not to clash with slope classes 2022-09-24 11:10:55 +02:00
.gitignore
.npmrc Update dependencies 2020-08-14 10:48:14 +02:00
LICENSE Create LICENSE 2020-11-16 11:39:33 +01:00
README.md
babel.config.js
jsconfig.json Add button to load more new photos 2021-03-14 12:10:51 +01:00
package-lock.json Update vue/vue-router 2022-08-03 09:57:36 +02:00
package.json Generate icons before build 2022-08-03 10:00:16 +02:00
vue.config.js Transpile vue-lazy-youtube-video for compatibility with older browsers 2020-11-14 18:55:22 +01:00

README.md

SOTLAS

This is the Vue.js based frontend for SOTLAS (https://sotl.as), an interactive atlas of summits for the Summits On The Air amateur radio program.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.