Shyam Chen
Shyam Chen
https://github.com/lancedikson/bowser/blob/master/src/bowser.js#L77 ```js export default Bowser; ```
https://github.com/rollup/rollup-plugin-inject
Rollup!
`express-history-api-fallback`
I have a question. How to install Angular 2? ``` bash typings install dt~angular2 -G -S # typings ERR! ```
Handling CSS (use `rollup-plugin-postcss`) and Tree-shaking References: * https://github.com/egoist/rollup-plugin-postcss * https://github.com/raphamorim/webpack-2-vs-rollup
Vuex is a state management for Vue, similar to Redux + MobX.
I created a TodoMVC-like example [here (`fastify` + `@fastify/mongodb`)](https://github.com/Shyam-Chen/Fastify-Starter/tree/main/src/routes/todos). (also [front-end](https://github.com/Shyam-Chen/Vue-Starter/tree/main/src/routes/(backstage)/(playground)/crud-operations))
```diff - import * as am4core from '@amcharts/amcharts4/core'; - import * as am4charts from '@amcharts/amcharts4/charts'; + import { useTheme, create, Scrollbar } from '@amcharts/amcharts4/core'; + import { XYChart, DateAxis, ValueAxis,...