[READ-ONLY] Mirror of https://github.com/danielroe/cross-origin-storage. Load shared dependencies from Cross-Origin Storage (COS).
cross-origin-storage experimental nuxt vite vite-plugin
0

Configure Feed

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

1<!-- 2Get your module up and running quickly. 3 4Find and replace all on all files (CMD+SHIFT+F): 5- Name: My Module 6- Package name: nuxt-cos 7- Description: My new Nuxt module 8--> 9 10# My Module 11 12[![npm version][npm-version-src]][npm-version-href] 13[![npm downloads][npm-downloads-src]][npm-downloads-href] 14[![License][license-src]][license-href] 15[![Nuxt][nuxt-src]][nuxt-href] 16 17My new Nuxt module for doing amazing things. 18 19- [✨ &nbsp;Release Notes](/CHANGELOG.md) 20<!-- - [🏀 Online playground](https://stackblitz.com/github/danielroe/nuxt-cos?file=playground%2Fapp.vue) --> 21<!-- - [📖 &nbsp;Documentation](https://example.com) --> 22 23## Features 24 25<!-- Highlight some of the features your module provide here --> 26- ⛰ &nbsp;Foo 27- 🚠 &nbsp;Bar 28- 🌲 &nbsp;Baz 29 30## Quick Setup 31 32Install the module to your Nuxt application with one command: 33 34```bash 35npx nuxt module add nuxt-cos 36``` 37 38That's it! You can now use My Module in your Nuxt app ✨ 39 40 41## Contribution 42 43<details> 44 <summary>Local development</summary> 45 46 ```bash 47 # Install dependencies 48 npm install 49 50 # Generate type stubs 51 npm run dev:prepare 52 53 # Develop with the playground 54 npm run dev 55 56 # Build the playground 57 npm run dev:build 58 59 # Run ESLint 60 npm run lint 61 62 # Run Vitest 63 npm run test 64 npm run test:watch 65 66 # Release new version 67 npm run release 68 ``` 69 70</details> 71 72 73<!-- Badges --> 74[npm-version-src]: https://img.shields.io/npm/v/nuxt-cos/latest.svg?style=flat&colorA=020420&colorB=00DC82 75[npm-version-href]: https://npmjs.com/package/nuxt-cos 76 77[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-cos.svg?style=flat&colorA=020420&colorB=00DC82 78[npm-downloads-href]: https://npm.chart.dev/nuxt-cos 79 80[license-src]: https://img.shields.io/npm/l/nuxt-cos.svg?style=flat&colorA=020420&colorB=00DC82 81[license-href]: https://npmjs.com/package/nuxt-cos 82 83[nuxt-src]: https://img.shields.io/badge/Nuxt-020420?logo=nuxt 84[nuxt-href]: https://nuxt.com