# File Structure

Nuxt Now UI Kit PRO is a premium Bootstrap 4 kit.

# Nuxt Now UI Kit PRO Structure

Once you have downloaded the archive and opened it, you will find the following structure:

|-- nuxt-now-ui-kit-pro
    |-- .editorconfig
    |-- .gitignore
    |-- README.md
    |-- nuxt.config.js
    |-- package.json
    |-- yarn.lock
    |-- assets
    |   |-- README.md
    |   |-- fonts
    |   |   |-- nucleo-license.md
    |   |   |-- nucleo-outline.eot
    |   |   |-- nucleo-outline.ttf
    |   |   |-- nucleo-outline.woff
    |   |   |-- nucleo-outline.woff2
    |   |-- sass
    |       |-- demo.scss
    |       |-- now-ui-kit.scss
    |       |-- now-ui-kit
    |           |-- _alerts.scss
    |           |-- _badges.scss
    |           |-- _buttons.scss
    |           |-- _cards.scss
    |           |-- _carousel.scss
    |           |-- _checkboxes-radio.scss
    |           |-- _dropdown-extend.scss
    |           |-- _dropdown.scss
    |           |-- _example-pages.scss
    |           |-- _footers.scss
    |           |-- _images.scss
    |           |-- _info-areas.scss
    |           |-- _inputs.scss
    |           |-- _media.scss
    |           |-- _misc.scss
    |           |-- _mixins.scss
    |           |-- _modals-extend.scss
    |           |-- _modals.scss
    |           |-- _navbar-extend.scss
    |           |-- _navbar.scss
    |           |-- _nucleo-outline.scss
    |           |-- _pagination.scss
    |           |-- _pills-extend.scss
    |           |-- _pills.scss
    |           |-- _popups.scss
    |           |-- _progress.scss
    |           |-- _responsive.scss
    |           |-- _sections-extend.scss
    |           |-- _sections.scss
    |           |-- _social-buttons.scss
    |           |-- _tables.scss
    |           |-- _tabs.scss
    |           |-- _typography.scss
    |           |-- _variables.scss
    |           |-- cards
    |           |   |-- _card-background.scss
    |           |   |-- _card-blog.scss
    |           |   |-- _card-contact.scss
    |           |   |-- _card-extend.scss
    |           |   |-- _card-fashion.scss
    |           |   |-- _card-form-horizontal.scss
    |           |   |-- _card-no-shadow.scss
    |           |   |-- _card-plain.scss
    |           |   |-- _card-pricing.scss
    |           |   |-- _card-product.scss
    |           |   |-- _card-profile.scss
    |           |   |-- _card-raised.scss
    |           |   |-- _card-signup.scss
    |           |   |-- _card-testimonials.scss
    |           |-- element-ui-plugins
    |           |   |-- _carousel.scss
    |           |   |-- _date_picker.scss
    |           |   |-- _input.scss
    |           |   |-- _select.scss
    |           |   |-- _tables.scss
    |           |   |-- _tags.scss
    |           |   |-- _tooltip.scss
    |           |-- mixins
    |           |   |-- _badges.scss
    |           |   |-- _buttons.scss
    |           |   |-- _cards.scss
    |           |   |-- _datepicker.scss
    |           |   |-- _dropdown.scss
    |           |   |-- _inputs.scss
    |           |   |-- _modals.scss
    |           |   |-- _navbar.scss
    |           |   |-- _pages.scss
    |           |   |-- _popovers.scss
    |           |   |-- _social-buttons.scss
    |           |   |-- _tags.scss
    |           |   |-- _transparency.scss
    |           |   |-- _vendor-prefixes.scss
    |           |-- plugins
    |           |   |-- _plugin-bootstrap-select.scss
    |           |   |-- _plugin-bootstrap-switch.scss
    |           |   |-- _plugin-datepicker.scss
    |           |   |-- _plugin-datetimepicker.scss
    |           |   |-- _plugin-fileupload.scss
    |           |   |-- _plugin-isometricGrids.scss
    |           |   |-- _plugin-nouislider.scss
    |           |   |-- _plugin-perfect-scrollbar.scss
    |           |   |-- _plugin-tagsinput.scss
    |           |-- sections
    |               |-- _blogs.scss
    |               |-- _contactus.scss
    |               |-- _features.scss
    |               |-- _headers.scss
    |               |-- _pricing.scss
    |               |-- _projects.scss
    |               |-- _social-subscribe-lines.scss
    |               |-- _team.scss
    |               |-- _testimonials.scss
    |-- components
    |   |-- Alert.vue
    |   |-- Badge.vue
    |   |-- Button.vue
    |   |-- Dropdown.vue
    |   |-- InfoSection.vue
    |   |-- Logo.vue
    |   |-- Modal.vue
    |   |-- Pagination.vue
    |   |-- Progress.vue
    |   |-- README.md
    |   |-- Slider.vue
    |   |-- Switch.vue
    |   |-- Table.vue
    |   |-- index.js
    |   |-- Cards
    |   |   |-- Card.vue
    |   |   |-- StatsCard.vue
    |   |-- Collapse
    |   |   |-- Collapse.vue
    |   |   |-- CollapseItem.vue
    |   |-- Comments
    |   |   |-- Comment.vue
    |   |-- Inputs
    |   |   |-- Checkbox.vue
    |   |   |-- IconCheckbox.vue
    |   |   |-- Radio.vue
    |   |   |-- formGroupInput.vue
    |   |-- Navbar
    |   |   |-- NavLink.vue
    |   |   |-- Navbar.vue
    |   |   |-- NavbarToggleButton.vue
    |   |-- NotificationPlugin
    |   |   |-- Notification.vue
    |   |   |-- Notifications.vue
    |   |   |-- index.js
    |   |-- Tabs
    |   |   |-- Tab.vue
    |   |   |-- Tabs.vue
    |   |-- layout
    |       |-- MainFooter.vue
    |       |-- MainNavbar.vue
    |       |-- StarterFooter.vue
    |       |-- StarterNavbar.vue
    |-- constants
    |   |-- index.js
    |-- directives
    |   |-- click-ouside.js
    |-- layouts
    |   |-- README.md
    |   |-- default-no-footer.vue
    |   |-- default.vue
    |   |-- gray-footer.vue
    |   |-- white-nav.vue
    |-- middleware
    |   |-- README.md
    |-- pages
    |   |-- README.md
    |   |-- about.vue
    |   |-- blog-post.vue
    |   |-- blog-posts.vue
    |   |-- components.vue
    |   |-- contact.vue
    |   |-- ecommerce.vue
    |   |-- index.vue
    |   |-- landing.vue
    |   |-- login.vue
    |   |-- pricing.vue
    |   |-- product.vue
    |   |-- profile.vue
    |   |-- sections.vue
    |   |-- signup.vue
    |   |-- components
    |   |   |-- BasicElementsSection.vue
    |   |   |-- Cards.vue
    |   |   |-- CarouselSection.vue
    |   |   |-- Footers.vue
    |   |   |-- ImagesSection.vue
    |   |   |-- JavascriptComponents.vue
    |   |   |-- Navigation.vue
    |   |   |-- Notifications.vue
    |   |   |-- NucleoIconsSection.vue
    |   |   |-- Pills.vue
    |   |   |-- PreFooters.vue
    |   |   |-- ProgressPagination.vue
    |   |   |-- Tabs.vue
    |   |   |-- TypographyTables.vue
    |   |   |-- Cards
    |   |   |   |-- BlogCards.vue
    |   |   |   |-- FullbackgroundCards.vue
    |   |   |   |-- PlainCards.vue
    |   |   |   |-- PricingCards.vue
    |   |   |   |-- ProfileCards.vue
    |   |   |-- TypographyTables
    |   |       |-- ShoppingTable.vue
    |   |-- sections
    |   |   |-- Blogs.vue
    |   |   |-- Contact.vue
    |   |   |-- Features.vue
    |   |   |-- Headers.vue
    |   |   |-- Pricing.vue
    |   |   |-- Projects.vue
    |   |   |-- Teams.vue
    |   |   |-- Testimonials.vue
    |   |-- starter
    |       |-- StarterPage.vue
    |-- plugins
    |   |-- README.md
    |   |-- element-ui.js
    |   |-- globalComponents.js
    |   |-- globalDirectives.js
    |   |-- globalMixins.js
    |   |-- now-ui-kit.js
    |-- static
    |   |-- README.md
    |   |-- favicon.ico
    |   |-- icon.png
    |   |-- sw.js
    |   |-- img
    |-- store
        |-- README.md

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233