liuliangsir / css-houdini.rocks

🎩 Very experimental with CSS Houdini

Home Page:https://css-houdini.rocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Houdini experiments

See live https://css-houdini.rocks

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 -- --remote=<remote>

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

https://css-houdini.rocks


Languages

Language:JavaScript 62.6%Language:HTML 27.8%Language:Vue 8.6%Language:CSS 1.0%