- Notifications
You must be signed in to change notification settings - Fork1
Vue.js 2 + Typescript (including typed webpack v4 config) + Babel
License
tony/vue-typescript-vanilla-starter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
See also:https://github.com/tony/react-typescript-vanilla-starter
Split off ofhttps://github.com/tony/cv v2 in the initial stages
MIT licensed. Feel free to copy, fork, etc.
Dev server, typed webpack config, typescript, jsx, babel.
No SASS/SCSS/LESS. No static files. Wiring those in are highly dependent on integration.
npm install# install packagesnpm run start# launch + hot reloading + watch file changes http://localhost:3091npm run build# build to dist/
Webpack's environmental variables can be passed (--env):
Launch dev server on port 3092:
npm run start -- --env.devServerPort 3092
npm run start -- --env.production
npm run start -- --open Launch browser + build + watch files,http://localhost:3099
Corrections: ✔️
Package updates: ✔️ (please QA to verify build output / watch / reloading works)
CI System: ✔️ (get travis setup)
New feature / Loader: 🚫 (please create a fork!)
- https://github.com/microsoft/TypeScript-Vue-Starter/ (reference, tsconfig.json and placeholderVue components only this starter isnot derived from it)
- https://vue-loader.vuejs.org/guide/#manual-setup
About
Vue.js 2 + Typescript (including typed webpack v4 config) + Babel
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.