framevuerk
Version:
Fast, Responsive, Without Dependencies, Both Direction Support and Configurable UI Framework based on Vue.js.
17 lines (12 loc) • 869 B
Markdown
# Contributing
1. Fork this repository.
2. Open terminal and `cd` to project folder and install dependencies by `npm i`.
2. Create your branch: `git checkout -b my-custom-branch`.
3. Commit your changes: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin my-custom-branch`.
**After your pull request is merged**, you can safely delete your branch.
## How can i see my changes in browser?
1. Fork [framevuerk-docs](https://github.com/framevuerk/framevuerk-docs) repo in same directory that you fork **framevuerk**.
2. Open terminal and `cd` to project folder and install dependencies by `npm i`.
3. Run command `npm run serve` in the terminal and open [localhost:8080](http://localhost:8080).
4. Open new terminal and `cd` to **framevuerk** project folder and keep browser uptodate with your last changes by running `npm run serve-to-docs`.