Package Exports
- ned-lib-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ned-lib-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Ned-cli
Ned Library Command Line interface
Ned is: a Super Light VanilaJS library with the ability of the big frameworks for creating a single-page web Application. It gives your application Component and Module features for longer maintainable and scalable project support without worry about the complexity of your project in the feature.
How to use Ned-cli:
- First of all install through npm in global:
npm i -g ned-lib-cli
- Then Creat your project with:
ned new NedProjec
- After all run your project with:
ned serve
- For Deploy your project run:
ned deply
Command List:
Commend | Description |
---|---|
ned new <projectName> |
Creat new blank project, with -r option creat full Demo |
ned add |
Add new route , component and module , Base Q&A List.(just run it, you see) |
ned serve |
Run server for develope your single-page appliatcion |
ned deply |
Deploy your application for these three target: Nginx , Apache and Node Server. |
Develope Ned-cli
git clone
ned-cli repository.npm i
npm uninstall ned-cli
npm link
- Ready for Develop