Skip to content

E1mir/vue-skeleton

Repository files navigation

Vue 3 + TypeScript + Vite

This repository should help get you started developing with Vue 3 and TypeScript in Vite. It includes all necessary things for Vue 3 project. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Commands

Firstly you need to install project dependencies & prepare husky by running command

# Install all dependencies
yarn install

# Prepare husky
yarn prepare

Run project or build

# To run project locally
yarn dev

# To build project
yarn build

Project linters

# Run eslint
yarn lint

# Run stylelint
yarn stylelint

# Fix linter issues
yarn lint-fix

Project tests

# Run project test in command line
yarn test

# Run project test in Vitest-UI
yarn test-ui

# Run test coverage
yarn coverage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published