A small collection of frequently used links.
- Vue 3
- TypeScript
- Tailwind CSS
Install dependencies:
npm install
Run development server:
npm run dev
Build for production:
npm run build
Run ESLint:
npm run lint
Lint and fix:
npm run lint:fix
Contributions, feedback, and issues are welcome. Feel free to fork, comment, critique, or submit a pull request.