Macrame/fe
2025-03-10 12:53:34 +01:00
..
.vscode Initial commit 2025-02-25 21:03:03 +01:00
assets Initial commit 2025-02-25 21:03:03 +01:00
src Macro Record service added. RobotKeys.md added for future translations. 2025-03-10 12:53:34 +01:00
.editorconfig Initial commit 2025-02-25 21:03:03 +01:00
.gitattributes Initial commit 2025-02-25 21:03:03 +01:00
.gitignore Initial commit 2025-02-25 21:03:03 +01:00
.prettierrc.json Initial commit 2025-02-25 21:03:03 +01:00
eslint.config.js Initial commit 2025-02-25 21:03:03 +01:00
favicon.ico Initial commit 2025-02-25 21:03:03 +01:00
index.html Removed scss styling in favor of Tailwind, more base styling added 2025-02-28 11:56:27 +01:00
jsconfig.json Initial commit 2025-02-25 21:03:03 +01:00
package-lock.json Removed scss styling in favor of Tailwind, more base styling added 2025-02-28 11:56:27 +01:00
package.json Removed scss styling in favor of Tailwind, more base styling added 2025-02-28 11:56:27 +01:00
README.md Initial commit 2025-02-25 21:03:03 +01:00
vite.config.js Removed scss styling in favor of Tailwind, more base styling added 2025-02-28 11:56:27 +01:00

fe

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

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint