Skip to content

🚀 Astro boilerplate with responsive blog and portfolio template using Vue 3 styled with Tailwind CSS ⚡️

Notifications You must be signed in to change notification settings

barthol0/Astro-boilerplate-vue

 
 

Repository files navigation

Astro Boilerplate with JavaScript, Vue 3 and Tailwind CSS

🚀 Astro Boilerplate is starter code for your blog or portfolio based on Astro with Tailwind CSS 3.0. ⚡️ Made with Astro, Javascript, Prettier, Tailwind CSS.

This project is a fork of the original Astro Boilerplate. Rewritten using Vue 3 components.

Features

A complete Blog feature:

  • 🎈 Syntax Highlighting
  • 🤖 SEO friendly with sitemap.xml and robots.txt
  • 📖 Pagination
  • 🌈 Include a dark blog theme
  • ⬇️ Markdown
  • 📦 Image lazy loading
  • 💎 Responsive design

Developer experience first:

  • 🔥 Astro
  • ❤️ Vue 3
  • 🎨 Tailwind CSS with aspect ratio and typography plugin

Philosophy

  • Minimal code
  • SEO-friendly
  • 🚀 Production-ready

Requirements

  • Node.js and npm/yarn

Optional

While Astro-boilerplate should work with the latest Node version, it has been tested with the versions in .nvmrc & the bottom of package.json. At current writing, that's Node v16.15.1

Getting started

Run the following command on your local environment:

git clone https://github.com/barthol0/Astro-boilerplate-vue
cd Astro-boilerplate-vue
npm install

Then, you can run locally in development mode with live reload:

npm run dev

Open http://localhost:3000 with your favorite browser to see your project.

Deploy to production (manual)

You can create an optimized production build with:

npm run build

Now, your blog is ready to be deployed. All generated files are located at dist folder, which you can deploy the folder to any hosting service you prefer.

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.

License

Licensed under the MIT License, Copyright © 2023


Made with ♥ by CreativeDesignsGuru

Rewritten with ❤️ for Vue by barthol0

About

🚀 Astro boilerplate with responsive blog and portfolio template using Vue 3 styled with Tailwind CSS ⚡️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 71.7%
  • Astro 16.2%
  • JavaScript 12.1%