diff --git a/packages/nuxt/README.md b/packages/nuxt/README.md index 3c365f473df..dae2a88a668 100644 --- a/packages/nuxt/README.md +++ b/packages/nuxt/README.md @@ -1,6 +1,16 @@ # Vuestic UI Nuxt Module -## Development +## Description +Adds vuestic components, composables, styles and reactive variables to Nuxt3. + +[Installation docs](https://vuestic.dev/en/getting-started/nuxt) +## Development +- Run `npm install` inside this pacakge +- Build with `npm run prepack` - Run `npm run dev:prepare` to generate type stubs. - Use `npm run dev` to start [playground](./playground) in development mode. + +## Publishing +- Update version in `package.json` +- Run `npm publish` (or `npm publish --tag=next` for alpha) \ No newline at end of file diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 7b4aa935930..15588d15ee2 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -8,7 +8,7 @@ "nuxt", "vue" ], - "version": "0.0.1-alpha4", + "version": "1.0.0", "license": "MIT", "type": "module", "exports": { @@ -29,7 +29,7 @@ "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground" }, "dependencies": { - "vuestic-ui": "next" + "vuestic-ui": "latest" }, "devDependencies": { "@nuxt/kit": "^3.0.0-rc.1",