-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/MuxiKeStack/muxiK-StackFron…
- Loading branch information
Showing
78 changed files
with
21,075 additions
and
55,469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
README.md | ||
node_modules | ||
.DS_Store | ||
dist | ||
dist-ssr | ||
*.local | ||
weapp.js | ||
babel.config.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"extends": [ | ||
"development" | ||
], | ||
"hints": { | ||
"compat-api/css": [ | ||
"default", | ||
{ | ||
"ignore": [ | ||
"flex-direction", | ||
"justify-content: space-evenly" | ||
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.3.1.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,51 @@ | ||
<div align="center"> | ||
<h1 align="center">muxiK-StackFrontend2.0</h1> | ||
|
||
木犀课栈 | ||
<img width="130" src="https://github.com/muxiK-StackFrontend2.0.png" alt="muxiK-StackFrontend2.0 logo"> | ||
<h1 align="center">muxiK-StackFrontend2.0</h1> | ||
<h3>muxiK-StackFrontend2.0</h3> | ||
<a href="https://github.com/MuxiKeStack/muxiK-StackFrontend2.0"><strong>探索项目文档 »</strong></a> | ||
<br /> | ||
<br /> | ||
|
||
![license](https://img.shields.io/github/license/MuxiKeStack/muxiK-StackFrontend2.0) | ||
![language](https://img.shields.io/github/languages/top/MuxiKeStack/muxiK-StackFrontend2.0) | ||
![last](https://img.shields.io/github/last-commit/MuxiKeStack/muxiK-StackFrontend2.0) | ||
|
||
<a href="#" target="_blank">在线体验</a> | ||
· | ||
<a href="https://github.com/MuxiKeStack/muxiK-StackFrontend2.0/issues">报告Bug</a> | ||
· | ||
<a href="https://github.com/MuxiKeStack/muxiK-StackFrontend2.0/issues">提出新特性</a> | ||
|
||
</div> | ||
|
||
# :sparkles: 提交规范 | ||
## 🔖 项目导览 | ||
|
||
### ✨ 提交规范 | ||
|
||
- 🎉 init:项目初始化 | ||
- ✨ feat:新增功能(feature) | ||
- 🐞 fix:修复bug | ||
- 📃 docs:文档修改 | ||
- 🌈 style:代码样式调整,不影响代码逻辑 | ||
- 🌈 style:代码样式修改,不影响原代码逻辑 | ||
- ✅ test:测试相关的改动 | ||
- 🔨 refactor:代码重构 | ||
- 🔧 chore:构建过程或辅助工具的变动 | ||
- 🔧 chore:建制过程或辅助工具的变动 | ||
|
||
# :dart: 兼容环境 | ||
### 🎯 相容环境 | ||
|
||
- 现代浏览器(Chrome >= 64, Edge >= 79, Firefox >= 78, Safari >= 12) | ||
|
||
# :computer: 本地调试 | ||
### 💻 本地调试 | ||
|
||
```bash | ||
$ git clone https://github.com/MuxiKeStack/muxiK-StackFrontend2.0.git | ||
$ cd muxiK-StackFrontend2.0 | ||
$ pnpm install | ||
$ pnpm run dev:weapp | ||
$ yarn | ||
$ yarn dev:weapp | ||
``` | ||
|
||
# :pencil: 授权 | ||
### 📝 授权 | ||
|
||
上述文件皆以 MIT 许可授权 | ||
上述文件皆以 ??? 许可授权 | ||
|
||
> 详细之授权请参照 [LICENSE](LICENSE) 文件 | ||
> 详细之授权请参考 [LICENSE](LICENSE) 文件 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
import type { UserConfigExport } from '@tarojs/cli'; | ||
|
||
export default { | ||
logger: { | ||
quiet: false, | ||
stats: true, | ||
// eslint-disable-next-line import/no-commonjs | ||
module.exports = { | ||
env: { | ||
NODE_ENV: '"development"', | ||
}, | ||
defineConstants: {}, | ||
mini: {}, | ||
h5: {}, | ||
} satisfies UserConfigExport; | ||
h5: { | ||
esnextModules: ['taro-ui'], | ||
}, | ||
}; |
Oops, something went wrong.