Vue Template is a sample web application with basic components, built with Vue.js 3 framework. \
1.0.0
These instructions will guide you to copy the project from the repository and run it.
VSCode + Volar (and disable Vetur).
For the project run you need to have installed:
Basically clone the project from the remote repository to the local machine, using the git commands.
npm install
Basically configure package dependencies for the project:
tailwindcss: A highly customizable CSS framework that generates utility classes for rapid UI development.
postcss: A tool for transforming CSS with JavaScript plugins, used in this context for processing Tailwind CSS.
autoprefixer: A PostCSS plugin that parses CSS and adds vendor prefixes to CSS rules using values from Can I Use.
@fortawesome/fontawesome-svg-core: Core package of Font Awesome SVG icons library, providing essential functions for working with icons.
@fortawesome/free-solid-svg-icons: Package containing a set of free solid (filled) SVG icons from Font Awesome.
@fortawesome/vue-fontawesome: Vue.js component for using Font Awesome icons, allowing easy integration of icons into Vue applications.
npm install tailwindcss postcss autoprefixer @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/vue-fontawesome --save
npm run dev
npm run build
npm run test
npm start
npm run lint
Run the application on the server