@acneidert/devtools 中文文档教程
Devtools - Alfa of Alfa
Warning this is on Alfa test and has a lot of bugs
This Devtool works on Chromium based browsers
Mozilla's browsers will be implemented soon
How to use
Install plugin on browser
Install Nullstack Devtool Plugin for chromium based
Install plugin on nullstack app
转到你的项目并运行 npm i @acneidert/devtools
在你的 index.js 上插入:
```js 从“@acneidert/devtools”导入开发工具;
Nullstack.use(开发工具);
```
现在享受
TODO
- [ ] Transform Properties objects in a treeview
- [ ] Change values on Properties and reflect on application
- [ ] Make server functions callable
- [ ] Find best collors on UI
- [ ] Make search bar usable
- [ ] Add light and dark mode
- [ ] Find a way to test this and make tests
Devtools - Alfa of Alfa
Warning this is on Alfa test and has a lot of bugs
This Devtool works on Chromium based browsers
Mozilla's browsers will be implemented soon
How to use
Install plugin on browser
Install Nullstack Devtool Plugin for chromium based
Install plugin on nullstack app
Go to your project and run npm i @acneidert/devtools
on your index.js insert:
```js import devtools from '@acneidert/devtools';
Nullstack.use(devtools);
```
Now Enjoy
TODO
- [ ] Transform Properties objects in a treeview
- [ ] Change values on Properties and reflect on application
- [ ] Make server functions callable
- [ ] Find best collors on UI
- [ ] Make search bar usable
- [ ] Add light and dark mode
- [ ] Find a way to test this and make tests