Develop Admin template

frontend-source.png

Admin css, js resources....

└── resources
│   ├── scss/
│   │   └── all file .scss
│   ├── js/
│   │   └── Some js files, others are in public/_assets/...
│   ├── image/
│   │   └── Some image files, others are in public/_assets/...

public-js-file.png

└── public/_assets
│   ├── css/
│   │   └── All css files after being compiled
│   ├── js/
│   │   └── All js files after being compiled
│   ├── images/
│   │   └── image files
│   ├── libs/
│   │   └── js files
│   ├── ...etc

To start develop, run command

npm run dev
npm run watch

Release to production

npm run prod
Đang thực hiện vui lòng đợi...
© LaraziCms.
Developed by Codezi.pro