Skip to content

IHCantabria/ViteTemplate.App

Repository files navigation

Template setup

Template cloning

Use Degit to copy the app template locally.

Degit makes a copy of a git repository without downloading the entire git history.

npx degit IHCantabria/ViteTemplate.App local-repo-name

Template setup

Install project dependencies locally

npm install

Additionally, you might want to install:

Additional setup

  • Folder named "certificate" with local certificates for https local server
  • Make sure you are using a compatible Node.js version (Node.js 14.18+ / 16+)

Project README

Project Title

Project Title Project description [Project Name](project url)

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Preview production version locally

npm run serve

Deploy version (patch/minor/major)

npm run deploy-patch

Push to remote repo (master + tags)

npm run postversion

Analyze code with linter tools, autofix if it's available

npm run lint

Check if the linter rules are compatible

npm run stylelint-check

Launch test ui tool

npm run test

Launch coverage code tool

npm run coverage

Built With

  • Vue - The progressive javascript framework
  • Vite - Frontend Tooling
  • Rollup - Bundling

Credits

IH Cantabria

License

This software uses:

Customize configuration

See Configuration Reference.