No description
  • Vue 78.6%
  • TypeScript 9.8%
  • JavaScript 6.2%
  • CSS 3.1%
  • HTML 2.3%
Find a file
notarock-s-renovate[bot] 763f9ed3b3
Update npm Dependencies (#47)
Co-authored-by: notarock-s-renovate[bot] <265181468+notarock-s-renovate[bot]@users.noreply.github.com>
2026-05-07 14:03:39 -04:00
.vscode Init vue/vite project 2024-10-24 21:50:48 -04:00
public put download url 2024-10-27 02:00:08 -04:00
src Play preview after generation 2024-12-18 23:42:39 -05:00
.editorconfig Init vue/vite project 2024-10-24 21:50:48 -04:00
.gitignore Init vue/vite project 2024-10-24 21:50:48 -04:00
.prettierrc.json Init vue/vite project 2024-10-24 21:50:48 -04:00
env.d.ts Init vue/vite project 2024-10-24 21:50:48 -04:00
eslint.config.js Init vue/vite project 2024-10-24 21:50:48 -04:00
index.html About page 2024-10-24 23:18:23 -04:00
package-lock.json Update npm Dependencies (#47) 2026-05-07 14:03:39 -04:00
package.json Update dependency vue-router to v5 2026-03-16 04:13:01 +00:00
postcss.config.js Tailwind, base layout 2024-10-24 23:07:22 -04:00
README.md Init vue/vite project 2024-10-24 21:50:48 -04:00
renovate.json Add renovate.json 2026-03-04 02:26:58 +00:00
tailwind.config.js Post form to create video 2024-10-25 22:39:29 -04:00
tsconfig.app.json Init vue/vite project 2024-10-24 21:50:48 -04:00
tsconfig.json Init vue/vite project 2024-10-24 21:50:48 -04:00
tsconfig.node.json Init vue/vite project 2024-10-24 21:50:48 -04:00
vite.config.ts Init vue/vite project 2024-10-24 21:50:48 -04:00

slopify-web

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint