Skip to content

Instantly share code, notes, and snippets.

@vikbert
Last active May 2, 2024 02:28
Show Gist options
  • Select an option

  • Save vikbert/f3e62aadd43c672ac7d70c25bf815904 to your computer and use it in GitHub Desktop.

Select an option

Save vikbert/f3e62aadd43c672ac7d70c25bf815904 to your computer and use it in GitHub Desktop.
[vue] everything about vue

Beginning with Vue.js in 03.2019

open question

  • Vuex
  • Typescript
  • unit Testing
  • E2E test
  • Progresive Web App Support

Hosting Vue Project

More on https://cli.vuejs.org/zh/guide/deployment.html

netlify.com

After the source coder is pushed to GitHub, the deployment will be automatically triggered on netlify.com. And exmple app: https://mit-todo.netlify.com/

在 Netlify 上,使用以下设置从 GitHub 创建新项目:

构建命令: npm run build or yarn build
发布目录: dist
点击 deploy 按钮!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment