FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
code-gen/front at master · Coding-Coder/code-gen · GitHub
Coding-Coder
/
code-gen
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
code-gen
/
front
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
code-gen
/
front
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
mock
mock
public
public
src
src
tests/
unit
tests/
unit
.editorconfig
.editorconfig
.env.development
.env.development
.env.production
.env.production
.env.staging
.env.staging
.eslintignore
.eslintignore
.eslintrc.js
.eslintrc.js
.gitignore
.gitignore
.postcssrc.js
.postcssrc.js
.travis.yml
.travis.yml
LICENSE
LICENSE
README.md
README.md
babel.config.js
babel.config.js
jest.config.js
jest.config.js
package.json
package.json
vue.config.js
vue.config.js
README.md
Outline
前端vue实现
前提:先安装好npm,
npm安装教程
启动服务端程序
cd front
执行npm install --registry=https://registry.npm.taobao.org,(下载依赖,执行一次即可)
执行npm run dev,访问http://localhost:9528/,(后续每次启动都需要执行)
修改端口号:打开vue.config.js,找到port属性
打包放入到服务端步骤
自动构建
执行npm run build:prod
Back
|
FazBrowse Home
|
New Git URL