Skip to content

Commit

Permalink
Merge pull request #4 from danangekal/development
Browse files Browse the repository at this point in the history
Add vue.config.js, update readme & package.json
  • Loading branch information
danangekal authored Oct 20, 2020
2 parents 3309733 + 53f28e8 commit 3208efa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ For a detailed explanation on how things work, check out the [guide](http://vuej
- [Vue.js](https://vuejs.org/) - The Progressive JavaScript Framework.
- [UI Kit](https://getuikit.com/) - A lightweight and modular front-end framework for developing fast and powerful web interfaces.

## Demo

- You can check on vercel [vercel](https://wedding-invitation.danangekal.vercel.app/)
- You can check on github pages [github pages](http://danangekal.github.io/wedding-invitation/)

## Deploy your own

Deploy the example using [Vercel](https://vercel.com):
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "A Vue.js project",
"author": "danang-ekal <[email protected]>",
"private": true,
"homepage": "http://danangekal.github.io/wedding-invitation/",
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
Expand Down
5 changes: 5 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/wedding-invitation/'
: '/'
}

1 comment on commit 3208efa

@vercel
Copy link

@vercel vercel bot commented on 3208efa Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.