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

[IWJ-17] Migrate to vue-cli3 #9

Merged
merged 37 commits into from
Jun 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
89263dc
Migrate to vue-cli3
oimou May 23, 2018
718e911
Update sass-loader and node-sass
oimou May 24, 2018
7f36649
Disable native module rebuild when packaging electron app
oimou May 24, 2018
0bb1af4
Remove unnecessary lines
oimou May 24, 2018
8205566
Enable copy and paste
oimou May 24, 2018
6de208a
Add "Version" menu
oimou May 25, 2018
344c958
Update README
oimou May 25, 2018
2fcbb2a
Use @babel/polyfill instead of @babel/transform-runtime
oimou May 25, 2018
01b7f0a
Add icon settings to linux/win
oimou May 25, 2018
9f6e64d
Add electron-builder's link to README
oimou May 25, 2018
304a9fe
Revert public directory so unit test can work
oimou May 25, 2018
101f990
Update README
oimou May 25, 2018
b0b26a3
Update admin keys
oimou May 30, 2018
e13a8d1
Fix protobuf used in makeProtoTxWithKeys
oimou May 30, 2018
b2fc75f
Update iroha-lib to emscripten version 🎉
oimou May 30, 2018
ddca741
Update dev server's port from 50051 to 50053
oimou May 30, 2018
316df45
Tidy up examples
oimou May 30, 2018
3f9f7ee
Do not rebuild iroha-lib
oimou May 30, 2018
f2ff549
Remove txCounters
oimou May 30, 2018
899c5cf
Upgrade element-ui to 2.4.0
oimou May 30, 2018
b62a841
Rebuild native modules before packaging
oimou May 30, 2018
d266d41
Fix iroha-util spec
oimou May 31, 2018
97c2397
Upgrade @vue/cli-service
oimou May 31, 2018
c634b82
Add queryCounter
oimou May 31, 2018
78cd421
Remove unnecessary dependencies
oimou May 31, 2018
bbb0c56
Add description comment to test-iroha-lib
oimou May 31, 2018
d051106
Get rid of dev server's addresses
oimou May 31, 2018
f08c856
Get rid of "myproject3"
oimou Jun 1, 2018
9c8294b
Change productName to "Iroha Wallet"
oimou Jun 1, 2018
1a21db5
Upgrade all vue-cli packages to 3.0.0-beta.15
oimou Jun 1, 2018
010994b
Revert LICENSE file and fill in placeholders
oimou Jun 1, 2018
6d7181d
Use node-pre-gyp "install" instead of "reinstall"
oimou Jun 1, 2018
8b5b63c
Upgrade @vue/test-utils
oimou Jun 1, 2018
da55307
Bump version to 0.1.0 🎉
oimou Jun 1, 2018
8f844bc
Upgrade iroha-lib to 0.1.4
oimou Jun 1, 2018
f2ee55e
Revert "Fix TransferForm's regexp"
oimou Jun 5, 2018
3fb701b
Remove a period of a string like '1.'
oimou Jun 5, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .babelrc

This file was deleted.

16 changes: 0 additions & 16 deletions .electron-vue/build.config.js

This file was deleted.

141 changes: 0 additions & 141 deletions .electron-vue/build.js

This file was deleted.

40 changes: 0 additions & 40 deletions .electron-vue/dev-client.js

This file was deleted.

Loading