[READ-ONLY] Mirror of https://github.com/danielroe/content-wind-template. Created with StackBlitz ⚡️ stackblitz.com/edit/nuxt-content-wind
0

Configure Feed

Select the types of activity you want to include in your feed.

content-wind-template / package.json
287 B 14 lines
1{ 2 "private": true, 3 "scripts": { 4 "build": "nuxt build", 5 "dev": "HOST=0.0.0.0 nuxt dev", 6 "generate": "nuxt generate", 7 "preview": "nuxt preview", 8 "postinstall": "nuxt prepare" 9 }, 10 "devDependencies": { 11 "content-wind": "^0.2.1", 12 "nuxt": "3.0.0-rc.12" 13 } 14}