Skip to content

Add development mode info #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,24 @@ Register routes `/admin/` and `/static/`, and redirect from `/` to `/admin/` in
`namespace` - using for namespace module. Should be same name as your JS namespace module.

`bundle` - a frontend bundle loaded as a lua table.

# Development usage

You can use it in your frontend development mode with our npm package `@tarantoo.io/frontend-core`, but you need use external `react` and `react-dom` from our package.

## Install development package

`npm i -s @tarantool.io/frontend-core`

## Part of webpack config example

```
externals: {
react: 'react',
'react-dom': 'reactDom'
},
```

## Bundle to lua

We use plugin to bundle our static as Lua. Check it out here: https://github.com/tarantool/lua-bundler-webpack-plugin