Skip to content

MaxymilianSa/vue-select

Repository files navigation

Vue select 🐸

Table of Contents

Technologies Used

  • Node >= 16.0
  • Vue 3

Naming Convention

We will use a PascalCase. Pascal case is a programming variable naming convention where the first letter of each compound word in a variable is capitalized.

Here are some examples of kebab case: ComponentName.vue and OtherComponent.vue.

Directory Structure

  • src/components - all components
  • src/assets - all scss
  • src/@types - all types

Prerequisites

Install project

  1. Clone repository
  2. Run yarn to install project dependencies.
  3. Run yarn dev to run dev server or yarn build for production purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published