Are you unsure about how to start building a production-ready frontend for your VueJS project? Look no further! This template should help get you started developing your frontend app with VueJS and Tailwind CSS. Powered by ViteJS, the next-generation frontend tooling, this template provides you with an efficient development environment.
- Out-of-the-box configuration for VueJS 3, Tailwind CSS, and ViteJS.
- Typescript compatibility.
- A pre-installed linter and prettier powered by eslint to ensure your JavaScript code follows best practices.
- Adheres to the Typescript-eslint style guide.
Follow these simple steps to get started with this template:
- Make sure you have NodeJS(version >=16) installed on your machine. NodeJS download here
- Clone this repository to your local machine.
- Install the required dependencies using
npm install
. - Run the linter and build your production-ready frontend with
npm run build
. - Start the development server with
npm run dev
.
- Azure Static Web Apps overview
- Use this template repository with the Vue quickstart to build and customize a new static site.