1.0.0 • Published 4 years ago
@junglesys/gridsome v1.0.0
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-siteto create a new project
- cd my-gridsome-siteto open folder
- gridsome developto start local dev server at- http://localhost:8080
- Happy coding 🎉🙌
3. Next steps
- Create .vuecomponents in the./src/pagesdirectory to create pages
- Use gridsome buildto generate static files in a./distfolder
Learn more...
1.0.0
4 years ago