ming-tsai / dotnetexplorer

Find out the command you need without searching on the web

Home Page:https://dotnetexplorer.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DotNet Explorer

GitHub license version badge Quality Gate Status

Deploy

Table of Contents

Intro

Recently, I was learning about Vuejs and Typescript, so I was fascinated to create my own project using these scripting languages and I was inspired by my friend Manuel Cepeda his project about DockerExplorer.

I was guiding with Summitech's GitExplorer and Michaël Fery's DotNetExplorer.

Finally, a big shout-out to Francisco Hernández for helping me and guiding me in the use of the Buefy component.

Prerequisites

Installation

Clone the project

git clone https://github.com/ming-tsai/dotnetexplorer.git

Node

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests (Comming soon)

npm run test:unit

Debuging on Chorme using vscode

See Debugging in VS Code

Lints and fixes files

npm run lint

License

This project is licensed under the MIT License - see the LICENSE file for details

Customize configuration

See Configuration Reference.

About

Find out the command you need without searching on the web

https://dotnetexplorer.herokuapp.com/

License:MIT License


Languages

Language:TypeScript 70.1%Language:Vue 24.0%Language:HTML 2.9%Language:CSS 2.3%Language:JavaScript 0.7%