Skip to content

jbachayani/esgi-iw2-website

 
 

Repository files navigation

CoreUI Pro Vue Admin Template

CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!

Table of Contents

Versions

Only customers with Membership Plan have access to private github repositories.

CoreUI Pro

Installation

Clone repo

Only customers with Membership Plan have access to private github repository.

# clone the repo
$ git clone https://github.com/coreui/coreui-pro-vue-admin-template.git my-project

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Copy and Paste

Copy all your files to your project folder and then,

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Usage

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

# run linter
npm run lint

# run unit tests
npm run test:unit

# run e2e tests
npm run test:e2e

For a detailed explanation on how things work, check out the Vue CLI Guide.

What's included

Within the download you'll find the following directories and files:

coreui-pro-vue-admin-template/
├── public/              # pure static assets (directly copied)
│   └── index.html           # index.html template
├── src/                 # project root
│   ├── assets/                 # module assets (processed by webpack)
│   │   └── scss/               # user styles
│   ├── components/             # ui components
│   ├── containers/             # ui containers
│   ├── router/                 # routing
│   ├── shared/                 # utils
│   ├── views/                  # ui views
│   ├── _nav.js                 # sidebar nav config
│   ├── App.vue                 # main app component
│   └── main.js                 # app entry file
├── test/
│   └── unit/            # unit tests
│   └── e2e/             # e2e tests
├── .eslintrc.js         # eslint config
├── .gitignore           # defaults for gitignore
├── .postcssrc.js        # postcss config
├── CHANGELOG.md
├── README.md
├── babel.config.js      # babel config
├── jest.config.js       # jest config
├── vue.config.js        # vue-cli config
└── package.json         # build scripts and dependencies

Bugs and feature requests

Have a bug or a feature request? Please open a new issue.

Documentation

CoreUI's documentation, is hosted on our website CoreUI

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility,CoreUI Pro Admin Template is maintained under the Semantic Versioning guidelines.

See the Releases section of our project for changelogs for each release version.

Creators

Łukasz Holeczek

Andrzej Kopański

Community

Get updates on CoreUI's development and chat with the project maintainers and community members.

Copyright and license

copyright 2018 creativeLabs Łukasz Holeczek.

About

les meilleurs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 87.0%
  • JavaScript 12.7%
  • Other 0.3%