Releases: vesseljs/vessel
Releases · vesseljs/vessel
Skel
First pre-release v1.0.2.
What's working
- Virtual DOM
- Views. Integrated with Virtual DOM
- Controllers. Integrated with Virtual DOM
- Dependency Injection.
- Router
- Collection. Compare/sort not working
- Model
- Services. Middleware class is coming!
- Decorators.
- Able to manage packages.
When it comes to coding with Frameworks, documentation is a killer feature. Documentation is coming, please be patient.
Download and Installation
** NPM is required, download it here
Vessel-cli is not ready to use, please use the Skel boilerplate so you can start using Vessel Framework.
- Download and extract the attached Skel.zip
- With a terminal go to the skel directory
cd <skel path> - Run
npm install - Now you can import the vessel classes. Type
npm run serveorgulp serve—if
you have gulp globally installed— to start up a developing server and watch files for changes.