README
EIS-admin-starter-kit
This is the starter kit for the EIS system frontend. All eis frontend modules should be used base on this project.
Preconditions
- Please make sure you have quasar cli install by running command
yarn global add @quasar/cli. - You have to install nodejs 10.23.0, because some requirement limitation from the lower level modules.
Usage
- Download the EIS frontend starter kit by running '
git clone https://gitlab.com/eis-modules/eis-admin-starter-kit.git fe'. Be aware of that you have to rename the folder to something like 'fe' without dash, otherwise there will be error when loading the page. This shold be a bug to be fixed. - In the starter kit project, add any modules as you wish by running '
yarn add xxx'. By default the core module and the demo module should be added already. - Install dependencies by running '
yarn install'. - Run the starter kit project by running '
yarn start'.