Skip to content

formidablejs/view

Repository files navigation

Formidable View

Building blocks for Formidable SPA's.

Requirements

Install

Recommended

formidable new <app-name> --type full-stack --stack imba --scaffolding spa

The Formidable Installer will automatically publish spa scaffolding and install axios.

Existing Project

npm:

npm i @formidablejs/view axios --save

yarn:

yarn add @formidablejs/view axios --save

Publish

node craftsman package:publish --package=@formidablejs/view --tag=vendor --force

Only run in an un-modified Existing Project.

Security

If you discover any security related issues, please email donaldpakkies@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.