Skip to content

Commit 759c60c

Browse files
authored
Create README.md
0 parents  commit 759c60c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# vue-typescript-seed
2+
A starter project for vue typescript using webpack and bootstrap
3+
4+
This seed repo comes with all you need to start building a vuejs project using typescript.
5+
6+
Packages included:
7+
- vue
8+
- vue-router
9+
- webpack (and all the loaders and utilities necessary)
10+
- bootstrap 3
11+
- jquery 2.2.4
12+
13+
Scripts:
14+
15+
`npm run dev` - will start a local dev server at localhost:8080
16+
17+
`npm run build` - will build your project into the /dist folder
18+
19+
`npm run clean` - will delete the dist folder
20+
21+
Clone it and get started!
22+

0 commit comments

Comments
 (0)