添加readme
This commit is contained in:
parent
71abe6cbd9
commit
92b00bfbd3
|
|
@ -0,0 +1,12 @@
|
||||||
|
# app
|
||||||
|
|
||||||
|
### 当前工程为uniapp项目,生成方式使用vue命令
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# js-vue3 基于uniapp模版进行项目生成 --force 代表强制覆盖 app代表工程名称
|
||||||
|
npx degit dcloudio/uni-preset-vue#vite app --force
|
||||||
|
# 进入工程执行安装命令
|
||||||
|
pnpm install
|
||||||
|
# h5启动
|
||||||
|
pnpm dev:h5
|
||||||
|
```
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"pages": [
|
||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue