@nuxt/blueprints
Module for Nuxt.js to create distributable micro-apps
:construction: WIP
This module is considered experimental and a work-in-progress.
Examples
Check the example for a simple blueprint example.
If you are looking for a more advanced example, have a look at the NuxtPress repository which is also build using blueprints.
Edge dependency
At this moment the blueprints module only works with nuxt-edge
as some required Nuxt.js features have not yet been released officially.
If you wish to run the example from this repo, you need to use at least Node v12.4.0 due to the use of static class features. Those are transpiled on release using @babel/plugin-proposal-class-properties, but the example runs from source.
Development
- Clone this repository
- Install dependencies using
yarn install
or npm install
- Start development server using
npm run dev
License
MIT License
Copyright (c) Nuxt.js Team