1.0.5 • Published 3 years ago
mahal-bulma v1.0.5
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 server
- npm run build- create build for development
- npm run deploy- create build for production
- npm run test:unit- run unit test cases
- npm 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.