Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tbreuss/htpasswd-generator

HTPASSWD Generator // Simple demo project using Vue.js and Pure.css
https://github.com/tbreuss/htpasswd-generator

demo-app htpasswd vuejs

Last synced: about 1 month ago
JSON representation

HTPASSWD Generator // Simple demo project using Vue.js and Pure.css

Awesome Lists containing this project

README

        

# HTPASSWD Generator

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.

![Screenshot](static/img/screenshot.png)

## Install

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.

## Run

To run the application use the internal PHP server:

cd htpwgen
php -S localhost:8080

Open your webbrowser

## Demo

Visit a demo website at

## Info

This project is based on Vue's simple Browserify template. For more information on this follow the
documentation at: