Socket
Socket
Sign inDemoInstall

@phila/phila-gridsome

Package Overview
Dependencies
80
Maintainers
7
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @phila/phila-gridsome

A JAMstack framework for building blazing fast websites with Vue.js


Version published
Maintainers
7
Created

Changelog

Source

0.1.0 (2018-09-26)

Bug Fixes

  • app: dont sanitize inline styles and scripts (eaac209)
  • babel: dont load config files (c891593)
  • cli: stop if not in a gridsome dir (8c29072)
  • graphql: dont run empty page query (9cc7176)
  • image: dont add lazy class when no srcset (f3e4257)
  • image: init observer in client only (4c4dad9)
  • image: re-observe after hot-reload (dfeeb90)

Features

  • GRIDSOME_MODE env variable (561e72c)
  • app: send isServer and isClient to main.js (fe01c8e)
  • cli: gridsome serve (a91c7fc)
  • env: rename to isClient and isServer (90880c6)
  • graphql: rename graphql block to page-query (8bf5e1a)
  • image: generate blured inline svg (bd54dfe)

<a name="0.0.6"></a>

Readme

Source


Gridsome

A JAMstack framework for building blazing fast websites with Vue.js



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

  1. gridsome create my-gridsome-site to create a new project
  2. cd my-gridsome-site to open folder
  3. gridsome develop to start local dev server at http://localhost:8080
  4. Happy coding 🎉🙌

3. Next steps

  1. Create .vue components in the ./src/pages directory to create pages
  2. Use gridsome build to generate static files in a ./dist folder

Learn more...

Keywords

FAQs

Last updated on 23 Aug 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc