open-note:在React中打开文本编辑器

时间:2024-03-30 06:33:57
【文件属性】:

文件名称:open-note:在React中打开文本编辑器

文件大小:197KB

文件格式:ZIP

更新时间:2024-03-30 06:33:57

JavaScript

打开笔记 在Cloud Firestore作为数据库的React.js中做笔记的网络应用程序。 使用富文本编辑器:React Quill 。 位于index.js中的Firebase API密钥 在启动应用程序之前,用您自己的API密钥替换。 添加Firebase SDK并初始化Firebase: ://firebase.google.com/docs/web/setup。 Create React App入门 该项目是通过引导的。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 npm run build 构建生产到应用程序build文件夹。 它在生产模式


【文件预览】:
open-note-master
----.gitignore(342B)
----package.json(1KB)
----package-lock.json(713KB)
----src()
--------dashboard()
--------setupTests.js(241B)
--------editor()
--------helpers.js(397B)
--------navbar()
--------index.js(856B)
--------auth()
--------App.js(647B)
--------reportWebVitals.js(362B)
--------sidebar()
--------App.css(766B)
--------index.css(366B)
--------sidebarItem()
--------styles.css(58B)
----public()
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(492B)
----.env(23B)
----README.md(4KB)
----.eslintcache(5KB)

网友评论