This is a blog starter for gridsome, a vue static site generator that uses plugins to create complex sites with the bennefits of a static website. See the changelog to see all updates to this project.
Tailwind CSS is a low-level CSS framework that allows you to build responsive css with html classes
Gridsome is a jamstack static site generator for vue, it allows you to use any cms, markdown and many forms of data to build websites that can be deployed on Github and hosted on Netlify or a similar host.
Vue is a JavaScript framework that is easy to use and build websites out of components and intergrate functionality into a site with ease.
yarn global add @gridsome/cli
npm install --global @gridsome/cli
gridsome create my-gridsome-site
to create a new projectcd my-gridsome-site
to open foldergridsome develop
to start local dev server at http://localhost:8080gridsome build
to build a dist folder with generated static filesYour super fast and secure static site is ready to be deployed 🙌
Created with
by Amy Keable