@@ -1160,7 +1160,7 @@ Generated by [AVA](https://avajs.dev).
1160
1160
}␊
1161
1161
`
1162
1162
1163
- ## verify ui: View UI
1163
+ ## verify ui: Oruga
1164
1164
1165
1165
> Generated files
1166
1166
@@ -1169,6 +1169,7 @@ Generated by [AVA](https://avajs.dev).
1169
1169
'.gitignore',
1170
1170
'README.md',
1171
1171
'assets/README.md',
1172
+ 'assets/oruga.png',
1172
1173
'components/Logo.vue',
1173
1174
'components/README.md',
1174
1175
'layouts/README.md',
@@ -1179,7 +1180,6 @@ Generated by [AVA](https://avajs.dev).
1179
1180
'pages/README.md',
1180
1181
'pages/index.vue',
1181
1182
'plugins/README.md',
1182
- 'plugins/view-ui.js',
1183
1183
'static/README.md',
1184
1184
'static/favicon.ico',
1185
1185
'store/README.md',
@@ -1189,9 +1189,9 @@ Generated by [AVA](https://avajs.dev).
1189
1189
1190
1190
{
1191
1191
dependencies: {
1192
+ '@oruga-ui/oruga': '^0.2.2',
1192
1193
'core-js': '^3.8.3',
1193
1194
nuxt: '^2.14.12',
1194
- 'view-design': '^4.0.0',
1195
1195
},
1196
1196
devDependencies: {},
1197
1197
private: true,
@@ -1224,12 +1224,10 @@ Generated by [AVA](https://avajs.dev).
1224
1224
␊
1225
1225
// Global CSS: https://go.nuxtjs.dev/config-css␊
1226
1226
css: [␊
1227
- 'view-design/dist/styles/iview.css'␊
1228
1227
],␊
1229
1228
␊
1230
1229
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins␊
1231
1230
plugins: [␊
1232
- '@/plugins/view-ui'␊
1233
1231
],␊
1234
1232
␊
1235
1233
// Auto import components: https://go.nuxtjs.dev/config-components␊
@@ -1241,6 +1239,8 @@ Generated by [AVA](https://avajs.dev).
1241
1239
␊
1242
1240
// Modules: https://go.nuxtjs.dev/config-modules␊
1243
1241
modules: [␊
1242
+ // Doc: https://oruga.io/documentation/#nuxt␊
1243
+ '@oruga-ui/oruga/nuxt',␊
1244
1244
],␊
1245
1245
␊
1246
1246
// Build Configuration: https://go.nuxtjs.dev/config-build␊
@@ -1514,7 +1514,7 @@ Generated by [AVA](https://avajs.dev).
1514
1514
}␊
1515
1515
`
1516
1516
1517
- ## verify ui: Vuesax
1517
+ ## verify ui: View UI
1518
1518
1519
1519
> Generated files
1520
1520
@@ -1525,7 +1525,6 @@ Generated by [AVA](https://avajs.dev).
1525
1525
'assets/README.md',
1526
1526
'components/Logo.vue',
1527
1527
'components/README.md',
1528
- 'components/VuesaxLogo.vue',
1529
1528
'layouts/README.md',
1530
1529
'layouts/default.vue',
1531
1530
'middleware/README.md',
@@ -1534,7 +1533,7 @@ Generated by [AVA](https://avajs.dev).
1534
1533
'pages/README.md',
1535
1534
'pages/index.vue',
1536
1535
'plugins/README.md',
1537
- 'plugins/vuesax .js',
1536
+ 'plugins/view-ui .js',
1538
1537
'static/README.md',
1539
1538
'static/favicon.ico',
1540
1539
'store/README.md',
@@ -1546,7 +1545,7 @@ Generated by [AVA](https://avajs.dev).
1546
1545
dependencies: {
1547
1546
'core-js': '^3.8.3',
1548
1547
nuxt: '^2.14.12',
1549
- vuesax : '^4.0.1-alpha.25 ',
1548
+ 'view-design' : '^4.0.0 ',
1550
1549
},
1551
1550
devDependencies: {},
1552
1551
private: true,
@@ -1579,12 +1578,12 @@ Generated by [AVA](https://avajs.dev).
1579
1578
␊
1580
1579
// Global CSS: https://go.nuxtjs.dev/config-css␊
1581
1580
css: [␊
1582
- 'vuesax /dist/vuesax .css'␊
1581
+ 'view-design /dist/styles/iview .css'␊
1583
1582
],␊
1584
1583
␊
1585
1584
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins␊
1586
1585
plugins: [␊
1587
- '@/plugins/vuesax '␊
1586
+ '@/plugins/view-ui '␊
1588
1587
],␊
1589
1588
␊
1590
1589
// Auto import components: https://go.nuxtjs.dev/config-components␊
@@ -1604,7 +1603,7 @@ Generated by [AVA](https://avajs.dev).
1604
1603
}␊
1605
1604
`
1606
1605
1607
- ## verify ui: Vuetify.js
1606
+ ## verify ui: Vuesax
1608
1607
1609
1608
> Generated files
1610
1609
@@ -1613,24 +1612,20 @@ Generated by [AVA](https://avajs.dev).
1613
1612
'.gitignore',
1614
1613
'README.md',
1615
1614
'assets/README.md',
1616
- 'assets/variables.scss',
1617
1615
'components/Logo.vue',
1618
1616
'components/README.md',
1619
- 'components/VuetifyLogo .vue',
1617
+ 'components/VuesaxLogo .vue',
1620
1618
'layouts/README.md',
1621
1619
'layouts/default.vue',
1622
- 'layouts/error.vue',
1623
1620
'middleware/README.md',
1624
1621
'nuxt.config.js',
1625
1622
'package.json',
1626
1623
'pages/README.md',
1627
1624
'pages/index.vue',
1628
- 'pages/inspire.vue',
1629
1625
'plugins/README.md',
1626
+ 'plugins/vuesax.js',
1630
1627
'static/README.md',
1631
1628
'static/favicon.ico',
1632
- 'static/v.png',
1633
- 'static/vuetify-logo.svg',
1634
1629
'store/README.md',
1635
1630
]
1636
1631
@@ -1640,10 +1635,9 @@ Generated by [AVA](https://avajs.dev).
1640
1635
dependencies: {
1641
1636
'core-js': '^3.8.3',
1642
1637
nuxt: '^2.14.12',
1638
+ vuesax: '^4.0.1-alpha.25',
1643
1639
},
1644
- devDependencies: {
1645
- '@nuxtjs/vuetify': '^1.11.3',
1646
- },
1640
+ devDependencies: {},
1647
1641
private: true,
1648
1642
scripts: {
1649
1643
build: 'nuxt build',
@@ -1655,12 +1649,9 @@ Generated by [AVA](https://avajs.dev).
1655
1649
1656
1650
> Generated nuxt.config.js
1657
1651
1658
- `import colors from 'vuetify/es5/util/colors'␊
1659
- ␊
1660
- export default {␊
1652
+ `export default {␊
1661
1653
// Global page headers: https://go.nuxtjs.dev/config-head␊
1662
1654
head: {␊
1663
- titleTemplate: '%s - output',␊
1664
1655
title: 'output',␊
1665
1656
htmlAttrs: {␊
1666
1657
lang: 'en'␊
@@ -1677,51 +1668,32 @@ Generated by [AVA](https://avajs.dev).
1677
1668
␊
1678
1669
// Global CSS: https://go.nuxtjs.dev/config-css␊
1679
1670
css: [␊
1671
+ 'vuesax/dist/vuesax.css'␊
1680
1672
],␊
1681
1673
␊
1682
1674
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins␊
1683
1675
plugins: [␊
1676
+ '@/plugins/vuesax'␊
1684
1677
],␊
1685
1678
␊
1686
1679
// Auto import components: https://go.nuxtjs.dev/config-components␊
1687
1680
components: true,␊
1688
1681
␊
1689
1682
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules␊
1690
1683
buildModules: [␊
1691
- // https://go.nuxtjs.dev/vuetify␊
1692
- '@nuxtjs/vuetify',␊
1693
1684
],␊
1694
1685
␊
1695
1686
// Modules: https://go.nuxtjs.dev/config-modules␊
1696
1687
modules: [␊
1697
1688
],␊
1698
- ␊
1699
- // Vuetify module configuration: https://go.nuxtjs.dev/config-vuetify␊
1700
- vuetify: {␊
1701
- customVariables: ['~/assets/variables.scss'],␊
1702
- theme: {␊
1703
- dark: true,␊
1704
- themes: {␊
1705
- dark: {␊
1706
- primary: colors.blue.darken2,␊
1707
- accent: colors.grey.darken3,␊
1708
- secondary: colors.amber.darken3,␊
1709
- info: colors.teal.lighten1,␊
1710
- warning: colors.amber.base,␊
1711
- error: colors.deepOrange.accent4,␊
1712
- success: colors.green.accent3␊
1713
- }␊
1714
- }␊
1715
- }␊
1716
- },␊
1717
1689
␊
1718
1690
// Build Configuration: https://go.nuxtjs.dev/config-build␊
1719
1691
build: {␊
1720
1692
}␊
1721
1693
}␊
1722
1694
`
1723
1695
1724
- ## verify ui: Oruga
1696
+ ## verify ui: Vuetify.js
1725
1697
1726
1698
> Generated files
1727
1699
@@ -1730,31 +1702,37 @@ Generated by [AVA](https://avajs.dev).
1730
1702
'.gitignore',
1731
1703
'README.md',
1732
1704
'assets/README.md',
1733
- 'assets/oruga.png ',
1705
+ 'assets/variables.scss ',
1734
1706
'components/Logo.vue',
1735
1707
'components/README.md',
1708
+ 'components/VuetifyLogo.vue',
1736
1709
'layouts/README.md',
1737
1710
'layouts/default.vue',
1711
+ 'layouts/error.vue',
1738
1712
'middleware/README.md',
1739
1713
'nuxt.config.js',
1740
1714
'package.json',
1741
1715
'pages/README.md',
1742
1716
'pages/index.vue',
1717
+ 'pages/inspire.vue',
1743
1718
'plugins/README.md',
1744
1719
'static/README.md',
1745
1720
'static/favicon.ico',
1721
+ 'static/v.png',
1722
+ 'static/vuetify-logo.svg',
1746
1723
'store/README.md',
1747
1724
]
1748
1725
1749
1726
> package.json
1750
1727
1751
1728
{
1752
1729
dependencies: {
1753
- '@oruga-ui/oruga': '^0.2.2',
1754
1730
'core-js': '^3.8.3',
1755
1731
nuxt: '^2.14.12',
1756
1732
},
1757
- devDependencies: {},
1733
+ devDependencies: {
1734
+ '@nuxtjs/vuetify': '^1.11.3',
1735
+ },
1758
1736
private: true,
1759
1737
scripts: {
1760
1738
build: 'nuxt build',
@@ -1766,9 +1744,12 @@ Generated by [AVA](https://avajs.dev).
1766
1744
1767
1745
> Generated nuxt.config.js
1768
1746
1769
- `export default {␊
1747
+ `import colors from 'vuetify/es5/util/colors'␊
1748
+ ␊
1749
+ export default {␊
1770
1750
// Global page headers: https://go.nuxtjs.dev/config-head␊
1771
1751
head: {␊
1752
+ titleTemplate: '%s - output',␊
1772
1753
title: 'output',␊
1773
1754
htmlAttrs: {␊
1774
1755
lang: 'en'␊
@@ -1796,13 +1777,32 @@ Generated by [AVA](https://avajs.dev).
1796
1777
␊
1797
1778
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules␊
1798
1779
buildModules: [␊
1780
+ // https://go.nuxtjs.dev/vuetify␊
1781
+ '@nuxtjs/vuetify',␊
1799
1782
],␊
1800
1783
␊
1801
1784
// Modules: https://go.nuxtjs.dev/config-modules␊
1802
1785
modules: [␊
1803
- // Doc: https://oruga.io/documentation/#nuxt␊
1804
- '@oruga-ui/oruga/nuxt',␊
1805
1786
],␊
1787
+ ␊
1788
+ // Vuetify module configuration: https://go.nuxtjs.dev/config-vuetify␊
1789
+ vuetify: {␊
1790
+ customVariables: ['~/assets/variables.scss'],␊
1791
+ theme: {␊
1792
+ dark: true,␊
1793
+ themes: {␊
1794
+ dark: {␊
1795
+ primary: colors.blue.darken2,␊
1796
+ accent: colors.grey.darken3,␊
1797
+ secondary: colors.amber.darken3,␊
1798
+ info: colors.teal.lighten1,␊
1799
+ warning: colors.amber.base,␊
1800
+ error: colors.deepOrange.accent4,␊
1801
+ success: colors.green.accent3␊
1802
+ }␊
1803
+ }␊
1804
+ }␊
1805
+ },␊
1806
1806
␊
1807
1807
// Build Configuration: https://go.nuxtjs.dev/config-build␊
1808
1808
build: {␊
0 commit comments