Skip to content

danielroe/vapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

261 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vapper

Vapper logo

Has not yet reached v1.0, but is almost stable, please use with caution

Build Status Maintained With lerna Version License

Documentation

Developed and maintained by

Front-end team of water drop

Setup Project

git clone https://github.com/vapperjs/vapper.git
cd vapper
yarn install

Run unit test

yarn test:unit

Run E2E test

1. link

cd packages/core
yarn link

This makes the vapper command globally available.

2. run

Projects in the examples directory as test fixtures.

Test specified project:

yarn test:e2e [...projectName]
# E.g
yarn test:e2e poi vue-cli3

Test all project:

yarn test:e2e

Run stress test

This stress test is mainly used to troubleshoot memory leaks in vapper itself.

Projects in the examples directory as test fixtures.

Test specified project:

yarn test:stress [...projectName]
# E.g
yarn test:stress poi vue-cli3

Test all project:

yarn test:stress

Core Author

Vapper © HcySunYang, Released under the MIT License.
Authored and maintained by Front-end team of water drop.

homepage · GitHub @HcySunYang · Twitter @HcySunYang

About

🔥 A Vue-based server-side rendering framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.0%
  • Vue 1.7%
  • HTML 1.3%