Commit Graph

127 Commits

Author SHA1 Message Date
07akioni
8c10ccdef5 refactor: upgrade to vue3, make it work first
there are quite a lot of things to finish
1. Vue.prototype
2. $scopedSlots
3. functional
4. i18n
5. virtual scroll
...
2020-09-08 22:04:45 +08:00
07akioni
436fe8c072 build: set vue template compiler options whitespace to condense.
to keep spaces inside changelog
https://github.com/vuejs/vue/issues/9208
2020-08-27 13:36:13 +08:00
07akioni
487001d697 build: add changelog to site, refactor loader based on suffix
.demo.md for component demo
.demo-entry.md for demo entry
.md for common docs
2020-08-19 23:30:04 +08:00
07akioni
5dc30ce09f feat(theme/tusimple) 2020-08-04 21:45:05 +08:00
07akioni
1a072a7bba build: webpack config case sensitive 2020-06-26 02:16:17 +08:00
07akioni
4936984800 chore: resolve name conflict 2020-06-06 00:14:53 +08:00
07akioni
21553869b5 Merge branch 'master' of github.com:07akioni/naive-ui into develop 2020-06-06 00:10:17 +08:00
07akioni
9e6e0f9cff chore: resolve file name conflict 2020-06-04 19:53:57 +08:00
07akioni
cd390012ad chore: resolve file name confilct 2020-06-04 19:53:08 +08:00
07akioni
9feda9efdf build: rename doc folder to build-doc 2020-06-03 14:14:01 +08:00
07akioni
d47342af8b style: remove font files in default css index bundle 2020-06-01 12:38:10 +08:00
07akioni
65c0ef63aa fix: webpack demo build config 2020-05-16 21:37:29 +08:00
07akioni
cb2d2f7d6a refactor: move styles inside src 2020-05-16 21:08:06 +08:00
07akioni
42bc5a2f95 build: extract css in production build 2020-03-20 22:52:54 +08:00
songwanli2025@163.com
9c6de6c345 modify(icons) 2020-03-16 15:50:43 +08:00
songwanli2025@163.com
acce1ffe39 add(drawer): target 2020-03-15 22:58:26 +08:00
songwanli2025@163.com
74ee9b4f8a create icon 2020-03-13 04:16:22 +08:00
07akioni
2f64143b90 style: remove metropolis as depdency 2020-03-07 22:47:22 +08:00
07akioni
a4272e47fa refactor(slider): make it work in modal 2020-03-05 13:45:45 +08:00
07akioni
b7658076ba Merge branch 'develop' into develop 2020-03-05 09:57:29 +08:00
07akioni
5f98c34a13 chore: small fixes 2020-03-04 19:25:46 +08:00
songwanli2025@163.com
ceaf93f533 add debug select to header 2020-03-04 03:01:15 +08:00
songwanli2025@163.com
e173b33ad7 merge 2020-02-17 09:55:20 +08:00
07akioni
00cd8f5ca1 chore: fix charactor case changes 2020-02-14 16:32:17 +08:00
07akioni
96f3d41824 build: rename some files 2020-02-13 22:22:04 +08:00
07akioni
1970c50652 build: change eslint config 2020-02-13 20:51:40 +08:00
07akioni
1ed576013b fix: unit tests failed caused by project structure change 2020-02-12 17:34:58 +08:00
07akioni
acfefe49c8 style: fira sans woff2 2020-02-12 17:10:34 +08:00
07akioni
56bb65e244 build: add icon build scripts, for esm & cjs 2020-02-12 16:21:42 +08:00
07akioni
60c24008e1 build: refactor the build progress 2020-02-12 13:44:53 +08:00
07akioni
11e329dbe3 build: get rid of gulp 2020-02-11 20:24:56 +08:00
07akioni
1c3f087e6f feat(menu): collapse done! 2020-02-07 22:31:26 +08:00
07akioni
097be256b7 chore: comment unused code to suppress lint 2020-01-18 13:37:16 +08:00
07akioni
222060df98 chore: try to rollup project, not finished 2020-01-13 14:26:14 +08:00
07akioni
5455cbe5ae build: use postcss & cssnano to generate css files 2019-12-30 13:15:57 +08:00
07akioni
f1fc4b3489 refactor: remove code from default export 2019-12-13 23:03:41 +08:00
07akioni
c0cc65a871 chore: add dynamic import plugin to config 2019-10-30 18:59:47 +08:00
07akioni
f237554834 chore: change icon from png to svg 2019-10-28 12:39:56 +08:00
07akioni
bd4f669568 doc: switch icon doc to async load 2019-10-25 17:59:42 +08:00
07akioni
f6e38675ad refactor(notifaction): api change 2019-10-25 17:53:59 +08:00
07akioni
3c7f797736 chore(icons): change import path 2019-10-25 12:48:10 +08:00
07akioni
8c8b25020a feat(icon): as avg 2019-10-24 18:04:31 +08:00
07akioni
7f03c26569 chore: some style bugs and deprecated old loader 2019-10-23 22:37:46 +08:00
07akioni
ac182ba07f feat(radio): light-theme 2019-10-21 14:49:08 +08:00
07akioni
6b3ec32917 chore: reorganize project, remove some dependencies 2019-10-20 12:34:22 +08:00
07akioni
5610448784 fix: config err in webpack 2019-10-20 00:27:05 +08:00
07akioni
d7c83cc5eb feat: add icon for project 2019-10-20 00:18:55 +08:00
07akioni
914ddccfaa refactor(date-picker): use date-fns rather than moment 2019-10-19 19:52:47 +08:00
07akioni
e8d9fc24cf pref: optimize bundle size of doc 2019-10-18 23:45:23 +08:00
07akioni
00c82dff6e feat(anchor): positioning on mounted 2019-10-14 13:10:26 +08:00
07akioni
f48b987cfa doc: refactor introduction 2019-10-10 22:38:29 +08:00
07akioni
bf6880f818 fix: webpack for doc deploy 2019-10-09 19:00:14 +08:00
07akioni
bc558ac5cc release: 0.5.1 2019-09-27 16:15:17 +08:00
07akioni
65d5e7ae05 style: dark theme colors 2019-09-23 23:41:31 +08:00
07akioni
a01bef7adf refactor: doc structure 2019-09-23 19:14:15 +08:00
07akioni
72eb24c740 refactor: document structure 2019-09-23 15:04:57 +08:00
07akioni
935eceea97 feat: i18n for doc 2019-09-23 11:32:50 +08:00
07akioni
add2bc9a32 refactor: demo page 2019-09-21 17:03:37 +08:00
07akioni
17572949c2 fix(button): vertical align 2019-09-17 23:42:03 +08:00
07akioni
86047fac2c feat: write md as doc 2019-09-17 19:24:39 +08:00
07akioni
6be161f29e doc: add naive private entry 2019-09-04 21:56:58 +08:00
07akioni
39906da6c3 refactor(doc, select): a naive loader, detach select to body 2019-07-17 18:27:13 +08:00
JiwenBai
28e9e62108 feat: add arrow and arrow show positon 2019-07-01 18:12:18 +08:00
JiwenBai
79483be2c9 refactor: fix merge confict 2019-06-28 18:19:01 +08:00
07akioni
5216645165 doc: comment in webpack configs 2019-06-28 15:58:33 +08:00
07akioni
2a15023d1d chore: revert... for scss import path is not relative 2019-06-28 11:14:58 +08:00
07akioni
53bb6f63a5 chore: organize css files 2019-06-28 11:07:17 +08:00
JiwenBai
9182289256 feat: add advance table 2019-06-26 20:16:11 +08:00
07akioni
5f764d7659 feat: doc page style hash in wepack 2019-06-24 16:24:05 +08:00
07akioni
26e83b0cf1 feat: ci & doc! 2019-06-23 15:47:39 +08:00
hrsonion
70bd337d46 feat: page utils & test for it 2019-06-21 23:23:58 +08:00
07akioni
9470c3df7a feat: build doc by webpack 2019-06-21 13:30:37 +08:00
07akioni
4608703af5 feat: checkbox & round button 2019-06-14 10:59:06 +08:00
hrsonion
7cef581108 style: @vue/standard 2019-06-04 11:30:56 +08:00
07akioni
a0fbf5ff9e refactor: using gulp to build css file 2019-05-29 17:49:01 +08:00
07akioni
62820538dc feat: webpack demo confige & sass supported 2019-05-24 20:09:35 +08:00
07akioni
aeb4adf7bf init 2019-05-24 14:41:33 +08:00