ramsane / gridsome-blog-tailwind-starter-template

Repository that has all the pages for a blog in gridsome with no css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default starter for Gridsome

Unlike other templates, It does not have any styels. It does not force you to use styles that are created by others. It just has

  • the starter config for tailwind
  • data of authors, tags, and categories for each article
  • template for each of the references for each article
  • Interconnection between pages of article, tags, authors and categories

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. install all the packages after cloning this repository

  1. cd cloned-folder to open the folder
  2. npm i to instal and start a local dev server at http://localhost:8080
  3. Happy coding 🎉🙌

About

Repository that has all the pages for a blog in gridsome with no css


Languages

Language:Vue 58.0%Language:JavaScript 41.1%Language:CSS 0.9%