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

https://github.com/alex-shpak/vue-typescript-simple

Vue template for Vue cli including Typescript, Bootstrap and Sass
https://github.com/alex-shpak/vue-typescript-simple

bootstrap sass typescript vue webpack

Last synced: 3 months ago
JSON representation

Vue template for Vue cli including Typescript, Bootstrap and Sass

Awesome Lists containing this project

README

          

# Vue + Typescript + Bootstrap + Sass
Based on Webpack simple template

## Usage

```bash
npm install -g vue-cli
vue init alex-shpak/vue-typescript-simple my-project

...

cd my-project
npm install
npm run dev
```