|
|
il y a 2 ans | |
|---|---|---|
| .vscode | il y a 2 ans | |
| licenses | il y a 2 ans | |
| mock | il y a 2 ans | |
| public | il y a 2 ans | |
| src | il y a 2 ans | |
| .editorconfig | il y a 2 ans | |
| .env.development | il y a 2 ans | |
| .env.production | il y a 2 ans | |
| .eslintignore | il y a 2 ans | |
| .eslintrc-auto-import.json | il y a 2 ans | |
| .eslintrc.cjs | il y a 2 ans | |
| .gitignore | il y a 2 ans | |
| .prettierignore | il y a 2 ans | |
| .prettierrc.cjs | il y a 2 ans | |
| .stylelintignore | il y a 2 ans | |
| .stylelintrc.cjs | il y a 2 ans | |
| CHANGELOG.md | il y a 2 ans | |
| LICENSE | il y a 2 ans | |
| README.md | il y a 2 ans | |
| index.html | il y a 2 ans | |
| package.json | il y a 2 ans | |
| tsconfig.json | il y a 2 ans | |
| uno.config.ts | il y a 2 ans | |
| vite.config.ts | il y a 2 ans |
npm install pnpm -g //安装 pnpm
pnpm install
# 需要安装新的的插件
pnpm install vue-codemirror --save//代码脚本编辑器插件
pnpm i @codemirror/lang-javascript
pnpm i @codemirror/theme-one-dark
pnpm i @codemirror/theme-idea
# 项目启动
pnpm run dev
# 项目打包
pnpm run build:prod