Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tbreuss/htpasswd-generator
- Owner: tbreuss
- Created: 2016-02-12T14:23:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T05:40:07.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T12:16:31.954Z (7 months ago)
- Topics: demo-app, htpasswd, vuejs
- Language: Vue
- Homepage: https://htpwgen.tebe.ch
- Size: 1.38 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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: