Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 550 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 550 Bytes

san-devtools

The san-devtools is a devtools of san-store for Chrome. It must with the san-devtools-hook.

import sanDevhook from 'san-store-hook';
if (process.env.NODE_ENV === 'development') {
	sanDevHook(store);
}

Attention

This repositories is not very stable. It may have some unpleasant point and bugs, and you can issue and pr to it. We are appreciate your help. And we will fix some bugs and functions in a while.