[process + vilint] how to build a series of projects

1, Create project sectionCreate a new project using Viteyarn create vite2, ESlint usage sectionAdd ESlintyarn add eslint --devInitialize ESlintyarn run eslint --initAt this time, there will be eslint verification when writing code. Let's configure the verification command of the whole projectConfigure package json "scripts": { //... ...

Posted by engkeb0i on Fri, 25 Feb 2022 08:45:20 +0100

Introduction to Svelte -- implementing cross framework component reuse with Web Components

Use * * Svelte to develop custom cell components supported by VUE and React * * In the previous section, we learned how to use Svelte to encapsulate web components to enable the use of spreadsheet components between different pages. The benefits of cross framework reuse of Svelte encapsulated components are also obvious: 1. Using framework d ...

Posted by swasheck on Wed, 15 Dec 2021 09:19:33 +0100