Awesome Vue Component Wrapper for Nitro UI
Get latest version by installing via NPM @nitro-ui/vue-framework:
npm install @nitro-ui/vue-framework
import { Button } from '@nitro-ui/vue-framework';
To extends, develop or contribute to this component, you're required to fork our main repository and made a pull request.
- NodeJs
- Vue
- Webpack (
webpack
,webpack-cli
,webpack-dev-server
)
To view documentation:
npm run serve
To build using rollup:
npm run build
Other:
npm run dev
Soon.
All notable changes to this project will be documented in this file. For now, let's keep TODO and CHANGELOG in README file. Keeping things simple.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes:
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
Fixed
Missing dist files in Nitro UI UtilitiesRemoved
deprecated package@nitro-ui/css-core
Added
New Bundle Utilities@nitro-ui/bundle-utilities
Changed
Update Bundle Utilities in Vue
Added
Component PaginationAdded
Component ToolbarAdded
Component SidebarAdded
Component SidebarAdded
Component StepAdded
Component TableAdded
Component SVG IconsAdded
Component SVG IconsAdded
Component DrawerAdded
Component ModalAdded
Component TooltipAdded
Component DropdownAdded
Component AlertAdded
Component ArrowAdded
Component AvatarAdded
Component BreadcrumbAdded
Component Button GroupAdded
Component CardAdded
Component ChipAdded
Component GridAdded
Component ContainerAdded
Component RowAdded
Component ColumnChanged
Update @nitro-ui package dependencies
- Error when running
npm run serve
due to webpack config is moved towebpack
dir
- Add
active
class to menu when route change
- Added
.idea
(PhpStorm's settings) to.gitignore
- Babel error when try to serve documentation via POI
- Add
package.json
scripts for Webpack - Add
webpack
,webpack-cli
andwebpack-dev-server
to dev dependencies - Add more keywords
- Add Rollup Minify
- Add a build bash script
scripts/build.sh
to build the whole package by sequence - Add Tarser to minify JS
- Add command script in
package.json
to runscripts/build.sh
- Babel error when try to serve documentation via POI
- Update README
- Remove
vue
from.babelrc
presets - Update Dependencies
- Update Rollup Configuration for External and BannerComment for Nitro
- Remove POI from dev dependencies and all related files
- Remove old babels (only use Babel 7
@babel
)
- Initial setup