@phila/phila-gridsome
v0.1.0
Published
A JAMstack framework for building blazing fast websites with Vue.js
Downloads
4
Readme
This project is under active development. Any feedback or contributions would be appreciated.
Build websites using latest web tech tools that developers love - Vue.js, GraphQL and webpack. Use local files or any external API as a data source and access the data from a unified GraphQL layer. Gridsome is heavily inspired by Gatsby.
Quick start
1. Install Gridsome CLI tool
npm install --global @gridsome/cli
2. Create a Gridsome project
gridsome create my-gridsome-site
to create a new projectcd my-gridsome-site
to open foldergridsome develop
to start local dev server athttp://localhost:8080
- Happy coding 🎉🙌
3. Next steps
- Create
.vue
components in the./src/pages
directory to create pages - Use
gridsome build
to generate static files in a./dist
folder