文件名称:quizzer:在本地运行应用程序的步骤;
文件大小:160KB
文件格式:ZIP
更新时间:2024-04-28 20:25:02
Vue
在本地运行应用程序的步骤: 下载代码或在本地计算机上克隆存储库。 通过终端导航到项目文件夹,然后运行“ npm install”以安装所有依赖项。 成功安装后,运行“ npm run serve”,将启动服务器,并且该应用程序将在本地计算机上的端口8000上运行 在heroku上部署应用程序的步骤: 运行'git init'初始化一个远程仓库。 运行“ git add”。 添加所有项目文件。 运行“ git commit”,然后输入提交消息。 在项目文件夹的根目录中创建一个“ static.json”文件,然后粘贴以下代码 {“ root”:“ dist”,“ clean_urls”:true,“ routes”:{“ / **”:“ index.html”}} 通过运行'git add static.json'将新添加的文件添加到git中,并且还运行'git commit
【文件预览】:
quizzer-master
----static.json(85B)
----vue.config.js(101B)
----package.json(916B)
----package-lock.json(563KB)
----src()
--------App.vue(278B)
--------assets()
--------views()
--------main.js(233B)
--------components()
--------router()
--------index.css(58B)
--------store()
----netlify.toml(63B)
----.eslintrc.js(363B)
----.gitignore(231B)
----.browserslistrc(30B)
----tailwind.config.js(208B)
----public()
--------index.html(659B)
--------favicon.ico(4KB)
----README.md(2KB)
----postcss.config.js(82B)
----babel.config.js(73B)