Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reekoheek/xin-bootstrap-example


https://github.com/reekoheek/xin-bootstrap-example

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

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