Quasar App (quasar-test)#
A Quasar Framework app
Install the dependencies#
yarn
Start the app in development mode (hot-code reloading, error reporting, etc.)#
quasar dev
Lint the files#
yarn run lint
Build the app for production#
quasar build
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
- Updated HTML structure for better readability in ContactSection, FeaturedSection, HeroSection, ProjectsSection.
- Enhanced styling consistency by adjusting class names and formatting.
- Refactored JavaScript code for improved clarity and organization in Vue components.
- Removed unused project entries from the featured state.
- Updated Tailwind CSS configuration for cleaner syntax and consistency.