1.0.5 • Published 7 years ago

react-simple-data-grid v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

####################### NGINX CONFIG ######################## server { listen 89 default_server;

	root D:/ThinkHR/thinkhrwidget/dist;
    index index.html;
	server_name www.thinkHR.widget;
	
	location /dist {
		alias D:/ThinkHR/thinkhrwidget/dist;
		index index.html;	
	}
}