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: 2 months ago
JSON representation
Vue template for Vue cli including Typescript, Bootstrap and Sass
- Host: GitHub
- URL: https://github.com/alex-shpak/vue-typescript-simple
- Owner: alex-shpak
- Created: 2017-06-29T22:27:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T22:34:05.000Z (almost 9 years ago)
- Last Synced: 2025-10-27T12:59:48.291Z (8 months ago)
- Topics: bootstrap, sass, typescript, vue, webpack
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```