Skip to content

GreyArk/houdini-experiments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Houdini experiments

See live http://lab.iamvdo.me/houdini

Build Nuxt.js project

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

# deploy
$ npm run deploy

Add new demo

  • Add metadata in store/data.json
  • Create new folder in static/posts
    • index.html for demo content
    • index.js for JS to be executed when demo is loaded
    • paint.js for registerPaint

About

🎩 Very experimental with CSS Houdini

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.2%
  • HTML 23.2%
  • Vue 11.6%
  • CSS 2.0%