mahal-bulma
v1.0.5
Published
Mahal components for bulma css framework
Downloads
11
Maintainers
Readme
mahal-bulma
Mahal components for bulma css framework
How to start
- Install node modules by runing command -
npm ci
- Run dev server by runing command -
npm run dev
Commands
npm run dev
- start development servernpm run build
- create build for developmentnpm run deploy
- create build for productionnpm run test:unit
- run unit test casesnpm run test:e2e
- run end to end test cases
Folders
- assets - contains all the static files for the application.
- config - contains configuration files and folders for the application. The env folder inside it contains environment configuration.
- src - contains source or code files for the appliction.