https://github.com/diaoshuang/spreadtable
https://juejin.cn/post/6844903516822044679
(base) PS E:\0\vue> npm init vue@latest
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
Vue.js - The Progressive JavaScript Framework
√ Project name: ... canvas-excel
√ Add TypeScript? ... No / Yes
√ Add JSX Support? ... No / Yes
√ Add Vue Router for Single Page Application development? ... No / Yes
√ Add Pinia for state management? ... No / Yes
√ Add Vitest for Unit Testing? ... No / Yes
√ Add Cypress for both Unit and End-to-End testing? ... No / Yes
√ Add ESLint for code quality? ... No / Yes
Scaffolding project in E:\0\vue\canvas-excel...
Done. Now run:
cd canvas-excel
npm install
npm run dev
(base) PS E:\0\vue>
本文记录了使用Vue.js创建新项目的全过程,包括配置TypeScript、JSX等选项,并展示了如何通过命令行工具完成项目的搭建。
3862

被折叠的 条评论
为什么被折叠?



