Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

ming-tsai/dotnetexplorer

Repository files navigation

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.