h-dong / top-level-domain-lookup

This is basic Vue.js single page application will filtering functionality that could filter the domain names as you type in the search box.

Home Page:https://h-dong.github.io/top-level-domain-lookup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Top level domain lookup Build Status

This is basic Vue.js single page application will filtering functionality that could filter the domain names as you type in the search box.

View demo

Getting started

This project uses npm scripts for building and publishing. Please refer to package.json for more information.

Prerequisites

Ensure you have the following installed:

  • NodeJS

Preparation

Ensure that

$ npm install

Local Development

For local development, it is best to use the dev command since it will automatically build to /docs folder every time you change any html, js or css file.

$ npm run dev

Publish

In order to publish to *.github.io/top-level-domain-lookup/ run the following command.

$ npm run build

About

This is basic Vue.js single page application will filtering functionality that could filter the domain names as you type in the search box.

https://h-dong.github.io/top-level-domain-lookup/

License:MIT License


Languages

Language:JavaScript 93.8%Language:HTML 5.6%Language:CSS 0.7%