A Vue.js 2 UI component library.
The Vue-atlas is a theme that provides documentation and examples for Vue.js. It is designed to help developers quickly and easily build visually appealing web applications using Vue.js.
To install the Vue-atlas theme, follow these steps:
npm install
import VueAtlas from 'vue-atlas'
import 'vue-atlas/dist/vue-atlas.css'
Vue.use(VueAtlas)
import { AtlasButton, AtlasCard } from 'vue-atlas'
vue.config.js file. You can update the colors by pointing css.loaderOptions.sass.prependData to the desired color scheme file located at node_modules/vue-atlas/src/style/_colors.scss.The Vue-atlas theme is a powerful resource for developers using Vue.js. Its comprehensive documentation, wide range of examples, and customizable features make it a valuable tool for building visually appealing web applications. By following the installation guide, developers can easily incorporate Vue-atlas into their projects and start leveraging its components and features.