- Node >= 16.0
- Vue 3
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
.
src/components
- all componentssrc/assets
- all scsssrc/@types
- all types
- Clone repository
- Run
yarn
to install project dependencies. - Run
yarn dev
to run dev server oryarn build
for production purposes.