@asvate/frontend-account-common

0.0.2 • Public • Published

Frontend Account Common

Setup

Make sure to install the dependencies:

npm install

Working on your layer

Your layer is at the root of this repository, it is exactly like a regular Nuxt project, except you can publish it on NPM.

The .playground directory should help you on trying your layer during development.

Running npm dev will prepare and boot .playground directory, which imports your layer itself.

Distributing your layer

Your Nuxt layer is shaped exactly the same as any other Nuxt project, except you can publish it on NPM.

To do so, you only have to check if files in package.json are valid, then run:

npm publish --access public

Once done, your users will only have to run:

npm install --save your-layer

Then add the dependency to their extends in nuxt.config:

defineNuxtConfig({
  extends: 'your-layer'
})

Development Server

Start the development server on http://localhost:3000

npm dev

Production

Build the application for production:

npm build

Or statically generate it with:

npm generate

Locally preview production build:

npm preview

Checkout the deployment documentation for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i @asvate/frontend-account-common

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

6.45 kB

Total Files

5

Last publish

Collaborators

  • qweasd1334