HTPASSWD Generator is a simple demo project in German using Vue.js and Pure.css. The aim of this project is to lern Vue.js and play around with its features.
To get this project working simply clone the repository:
git clone https://github.com/tbreuss/htpwgen.git
Please note, that the very tiny backend of this project is served by PHP.
You might change your local settings to get a running development environment.
To run the application use the internal PHP server:
cd htpwgen
php -S localhost:8080
Open your webbrowser http://localhost:8080
Visit a demo website at https://htpwgen.tebe.ch
This project is based on Vue's simple Browserify template. For more information on this follow the documentation at:
https://github.com/vuejs-templates/browserify-simple