0.0.1-alpha.7 • Published 12 months ago

nanofront v0.0.1-alpha.7

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

Nanofront (under construction)

This framework prototype for Microfrontends, as its version is still in alpha it is not recommended to use it in production environments yet.

This framework offers you:

  • Server and client side rendenring (hybrid or universal)
  • Server side composition

Getting Started

Installing the framework

$ npm i -g nanofront

Creating a new project

$ npx nanofront create

or if you have a global installation you can run

$ nanofront create

It'll ask for some question to start your project.

Building a project

You can run the predefined script in the project

$ npm run build

or if you have a global installation you can run

$ nanofront build

Running a project

You can run the predefined script in the project

$ npm start

or if you have a global installation you can run

$ nanofront run

Developing a project

You can run the predefined script in the project

$ npm run dev

or if you have a global installation you can run

$ nanofront debug