styleguide-ui
v0.0.28
Published
[](https://results.pre-commit.ci/latest/github/imomaliev/vue-ts-tailwind/main)  calls), you can enable Volar's Take Over mode by following these steps:
- Run
Extensions: Show Built-in Extensionsfrom VS Code's command palette, look forTypeScript and JavaScript Language Features, then right click and selectDisable (Workspace). By default, Take Over mode will enable itself if the default TypeScript extension is disabled. - Reload the VS Code window by running
Developer: Reload Windowfrom the command palette.
You can learn more about Take Over mode here.
Project setup
Clone project with degit
degit user/repoInstall dependencies
npm installCompiles and hot-reloads for development
npm run devCompiles and minifies for production
npm run buildPreview build
npm run serveRun your unit tests
npm run testLint
npm run lintFix files
npm run formatInstall pre-commit hooks
pre-commit installAbout
This project is created as a part of a dev.to series Vite vue ts tailwind template.
