https://github.com/iamvdo/css-houdini.rocks
🎩 Very experimental with CSS Houdini
https://github.com/iamvdo/css-houdini.rocks
Last synced: 9 months ago
JSON representation
🎩 Very experimental with CSS Houdini
- Host: GitHub
- URL: https://github.com/iamvdo/css-houdini.rocks
- Owner: iamvdo
- Created: 2017-10-30T08:48:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:07:07.000Z (about 3 years ago)
- Last Synced: 2025-04-02T07:08:20.769Z (10 months ago)
- Language: JavaScript
- Homepage: https://css-houdini.rocks
- Size: 1.1 MB
- Stars: 299
- Watchers: 9
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - css-houdini.rocks
README
# Houdini experiments
See live https://css-houdini.rocks
## Build Nuxt.js project
``` bash
# 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=
```
## 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`