Skip to content

rewired-gh/intelli-dm

Repository files navigation

IntelliDM

Development Guide

Setup

Project

Run yarn to setup.

IDE

WebStorm

As so far, no further configuration is necessary.

Visual Studio Code

Make sure you've installed the following extensions:

  • Vue Language Features (Volar)
  • ESLint

There are also some handy extensions that can boost your development:

  • Vite
  • Path Intellisense
  • Bracketeer
  • Tabnine AI Autocompletion

Scripts

  • yarn dev: Build and run development server with HMR support.
  • yarn format: Format code with ESLint.
  • yarn build: Run yarn format, then if successful, build production artifacts to /dist.
  • yarn preview: Deploy /dist to a simple local server.
  • yarn prod: A shorthand for yarn build && yarn preview.

Major Dependencies

Merge Request

Enforced rules

  1. Before you open a merge request, make sure you've run yarn prod successfully, and carefully test as many things as possible locally.
  2. Always keep your working branch the same; otherwise, you should delete the branch after merging.
  3. Combine all commits into one when merging to master branch.

Best practice

  1. Make your commit message simple and informative.
  2. Describe all changes in merge request if possible.
  3. Review others' requests carefully.

Programming and Markup Languages (as so far)

  • HTML
  • Javascript
  • CSS
  • Vue 3 (SFC)

About

T R O M M E L M A S C H I N E

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published