0.0.1-alpha.7 • Published 2 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 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
0.0.1-alpha.7
2 years ago
0.0.1-alpha.6
2 years ago
0.0.1-alpha.5
2 years ago
0.0.1-alpha.4
2 years ago
0.0.1-alpha.3
2 years ago
0.0.1-alpha.2
2 years ago
0.0.1-alpha.1
2 years ago