In daily work, whether it is a presentation or a presentation work, everyone must be inseparable from the use of PPT, but it is not easy to make a beautiful PPT, and it is even more unfriendly to developers.
Recently, a programmer Anthony Fu shared a project on GitHub: a slide production tool for developers, and rushed to the GitHub hot list in a short time. Before posting the article, he was ranked first and won 6k stars.
Next, let us learn about this popular GitHub project.
Project URL: https://sli.dev/
GitHub address: https://github.com/slidevjs/slidev
Start the engine
Developers often spend a lot of time designing slides in their work, and use corresponding applications, such as Power Point, Google, etc. Every time Anthony Fu needs to share code snippets, he needs to use other tools repeatedly to solve the problem. , When he realized this problem, an idea came to his mind:
As a front-end developer, why not solve it in a way that you are good at?
The following picture shows the effect of the project designed by Anthony Fu:
start up
The best way to understand it is to try to do it, it's very simple, only one command is needed:
npm init slidev
Project Features
- Support the use of personal favorite editors and processes
- Friendly to developers: built-in syntax highlighting, real-time coding, etc.
- Themes can be shared and used with npm packages
- Beautiful: Windi CSS is used on demand, embedded style sheets are easy to use
- Interaction: Seamlessly embed Vue plug-in
- The presenter can use another window or even a mobile phone to control the slideshow
- Built-in Latex mathematical equation support
- Integrated editor or extension for VS Code
- Recording: built-in recording and camera view
- Import PDF, PNG, and even host SPA
- You can use Vite plugins, Vue components or any npm package to crack
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。