Skip to content

Commit

Permalink
feat: make project publishable
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisSeckar committed Nov 7, 2024
1 parent d2b5cca commit 5b79e03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ I will also try to include **WHAT** and **WHY** comments.

You are ready to build your next awesome project in Nuxt.

### As a layer

Aside from being "forked", `nuxt-stack` is also available as a NPM package that can be referenced as a single-import dependency with all the features incomming.

More info comming soon...

### Related article
https://master-coda.netlify.app/article/nuxt-stack
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"private": true,
"name": "nuxt-stack",
"version": "1.1.0",
"version": "0.1.0",
"description": "Enhanced and customizable Nuxt application starter pack",
"repository": "github:AloisSeckar/nuxt-stack",
"license": "MIT",
"type": "module",
"scripts": {
"analyze": "nuxt analyze",
"eslint": "eslint .",
Expand Down

0 comments on commit 5b79e03

Please sign in to comment.