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
Manuel Kasper 7f988711d7 Update package-lock.json 2022-08-03 09:26:45 +02:00
public Optimize PNGs 2021-02-21 13:08:37 +01:00
src Update URL 2022-08-02 13:57:42 +02:00
svg-icons
tools
.editorconfig
.gitignore
.npmrc
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 package-lock.json 2022-08-03 09:26:45 +02:00
package.json Update some modules 2022-05-13 21:30:54 +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.