0.0.1-alpha.7 • Published 3 years ago
nanofront v0.0.1-alpha.7
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 nanofrontCreating a new project
$ npx nanofront createor if you have a global installation you can run
$ nanofront createIt'll ask for some question to start your project.
Building a project
You can run the predefined script in the project
$ npm run buildor if you have a global installation you can run
$ nanofront buildRunning a project
You can run the predefined script in the project
$ npm startor if you have a global installation you can run
$ nanofront runDeveloping a project
You can run the predefined script in the project
$ npm run devor if you have a global installation you can run
$ nanofront debug0.0.1-alpha.7
3 years ago
0.0.1-alpha.6
3 years ago
0.0.1-alpha.5
3 years ago
0.0.1-alpha.4
3 years ago
0.0.1-alpha.3
3 years ago
0.0.1-alpha.2
3 years ago
0.0.1-alpha.1
3 years ago