SunburntRock89 / lunus-vue-frontend

Front-end for Lunus (soon-ish)

Home Page:https://lunus.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS Tool

A simple browser-based tool to perform DNS lookups.

Development/Building

To setup the build/develop environment, you will need to run npm i with Node 10+ installed. This will install the dependencies to allow you to build the project.

To start the development environment, simply run npm run dev. This will start a development server that will automatically reload the codebase when changes occur.

If you wish to host this on a service, simply run npm run build. You can then take the dist folder and put it on your web server/bucket. Travis CI does this automatically for this repository.

Contributing

If you are contributing, please read the contributing file before submitting your pull requests.

About

Front-end for Lunus (soon-ish)

https://lunus.xyz

License:Apache License 2.0


Languages

Language:Vue 46.5%Language:TypeScript 33.6%Language:CSS 17.3%Language:JavaScript 1.5%Language:HTML 1.1%