Skip to content

nguyenvanhuan243/remi-admin-vue

Repository files navigation

Instalation

Node version: >= 18

$ yarn install

Basic usage

# dev server with hot reload at http://localhost:3000
$ yarn dev

Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files.

Build

Run build to build the project. The build artifacts will be stored in the build/ directory.

# build for production with minification
$ yarn build

What's included

remi-admin-vuejs
├── public/          # static files
├── src/             # project root
│   ├── assets/      # images, icons, etc.
│   ├── components/  # common components - header, footer, sidebar, etc.
│   ├── layouts/     # layout containers
│   ├── scss/        # scss styles
│   ├── router       # routes config
│   ├── store        # template state example 
│   ├── views/       # application views
│   ├── _nav.js      # sidebar navigation config
│   ├── App.vue
│   ├── ...
│   └── main.js
├── index.html   # html template
├── package.json
└── vite.config.js

Releases

No releases published

Packages

No packages published