Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

微信小程序使用总结 #13

Open
axlroseart opened this issue Aug 20, 2019 · 1 comment
Open

微信小程序使用总结 #13

axlroseart opened this issue Aug 20, 2019 · 1 comment

Comments

@axlroseart
Copy link
Owner

No description provided.

@axlroseart
Copy link
Owner Author

1、配置二级目录:

"pages": [
    "pages/index/main",
    "pages/logs/main",
    "pages/viewer/main",
    "pages/my/main",
    "pages/my/profile/main",
  ]

对应的目录结构为:
image

即每个目录对应一个.vue文件和一个main.js文件
2、本地文件及目录改动,需要重新 npm run dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant