brave-thunderbolts
v2.2.44
Published
Brave System is an Design System of Dentro da História
Downloads
12
Readme
DDH - Brave - (An 2025 project)
New one shot application to use Brave 2.0 of Dentro da História
Features
- Avatar
- Preview
Demo
Confira em live!
Prerequisites:
- Node.js (at least 4.x, 8.x recommended)
- npm version 3+ and Git.
- vuestic-installer
npm install vuestic-installer -g
.
Browser Support
- Latest Chrome, Firefox, Safari, Edge, IE11+
Installation
vue-cli3 has to be installed globally. If it's not, do:
$ npm install -g @vue/cli
# OR
$ yarn global add @vue/cli
just by cloning repo:
# clone the repo
$ git clone [email protected]:dentro-da-historia/brave.git
# go into app's directory and install dependencies:
$ cd brave
$ npm install
# serve with hot reload at localhost:8080.
$ npm start
Documentation
Got stuck? Check out our documentation 🤓
Deploy into S3
# build static docs
$ npm run-script build:docs
# sync with aws s3
$ aws s3 sync dist/docs s3://brave.dentrodahistoria.com.br --acl public-read --exact-timestamp