Skip to content

Commit

Permalink
Update @vuestic/nuxt version to 1.0.0. Update Readme. (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed May 18, 2022
1 parent 8924a79 commit 171b82f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion 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)
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Expand Up @@ -8,7 +8,7 @@
"nuxt",
"vue"
],
"version": "0.0.1-alpha4",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"exports": {
Expand All @@ -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",
Expand Down

0 comments on commit 171b82f

Please sign in to comment.