- tooltip
- dropdown
- tabs
- snackbar
Clone this repo and npm install.
npm install
npm run serve
You can view the development server at http://localhost:8080
.
npm run build
webpack
- Module and asset bundler.webpack-cli
- Command line interface for webpackwebpack-dev-server
- Development server for webpack
@babel/core
- Transpile ES6+ to backwards compatible JavaScript@babel/plugin-proposal-class-properties
- Use properties directly on a class (an example Babel config)@babel/preset-env
- Smart defaults for Babel
babel-loader
- Transpile files with Babel and webpackcss-loader
- Resolve CSS imports