@acneidert/devtools 中文文档教程

发布于 3年前 浏览 13 项目主页 更新于 3年前

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

Nullstack

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

Nullstack

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
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文