metacpan / Perl5-CoreSmokeDB-Web

The VueJS3 frontend SPA for the Perl5-CoreSmoke project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

Perl5-CoreSmokeDB-Web - Frontend SPA in VueJS to Perl5-CoreSmokeDB-API

DESCRIPTION

This software is the frontend to the API backend written in Perl.

INSTALLING

Before you start you'll need to install a more modern nodejs/npm than Ubuntu provides on Jammy. I did the following to get node v18 (check their github):

curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key \
    | gpg --dearmor | sudo tee /etc/apt/keyrings/nodesource.gpg >/dev/null
echo "deb [signed-by=/etc/apt/keyrings/nodesource.pgp] https://deb.nodesource.com/node_18_x jammy main" \
   | tee /etc/apt/sources.list.d/nodesource.list
sudo apt update
sudo apt install nodejs

After installing the API service, basically:

git clone https://github.com/abeltje/Perl5-CoreSmokeDB-Web.git
cd Perl5-CoreSmokeDB-Web
npm install
npm run dev

Now point your webbrowser at http://localhost:5173

COPYRIGHT

© MMXXII - Abe Timmerman abeltje@cpan.org

LICENSE

This is free software; you can redistribute it and/or modify it under the same terms as Perl:

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

About

The VueJS3 frontend SPA for the Perl5-CoreSmoke project


Languages

Language:Vue 53.1%Language:JavaScript 34.2%Language:CSS 6.1%Language:Perl 5.0%Language:Dockerfile 1.1%Language:HTML 0.5%