Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reekoheek/xin-bootstrap-example
https://github.com/reekoheek/xin-bootstrap-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/reekoheek/xin-bootstrap-example
- Owner: reekoheek
- License: mit
- Created: 2018-03-23T09:48:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T09:40:07.000Z (over 6 years ago)
- Last Synced: 2024-11-13T00:32:39.806Z (about 1 month ago)
- Language: HTML
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xinix - xin-bootstrap-example - Xin with Bootstrap example archetype - [reekoheek](https://github.com/reekoheek) (Grouping / Archetypes)
README
# xin-bootstrap-example
An example to create frontend application using xin and bootstrap.
## How to develop
```sh
npm i
npm run dev
```## How to implement new view
- Create new view with name `x-{some-new-view}-view.js` inside `/views`
- Dont forget to create template file if necessary, example `x-{some-new-view}-view.html`
- Register route inside x-app.html under `xin-pager` scope elements