Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

A story about how I finally got Nativescript, Vue, Typescript, and Webpack 4 to be in the same room without screaming and hair-tearing.

Notifications You must be signed in to change notification settings

thukuwanjiku/Nativescript-Vue-Typescript-Example

 
 

Repository files navigation

Nativescript + Vue + Typescript + Webpack 4

A tale of tears, dependency issues, ugly code, and custom modules

The base of this repo was provided by https://github.com/nativescript-vue/vue-cli-template.

This is a very bare and ugly repository with a somewhat-working example of Nativescript running VueJS implementing Typescript building with Webpack 4.

In package.json you'll notice

https://github.com/sgehly/ns-vue-loader (simple options upgrade for the new webpack)

and

https://github.com/sgehly/nativescript-vue-target (Oh god I just ignored chunks)

These are both just as broken as you might assume, I'm pretty sure I just comment out large sections of code in the second one to get it to work. But hey, this isn't for work and isn't for a client so I can't spend that much time on it.

But hey, it runs and runs the example provided by vue-cli-template so 🤷‍♂️

I'll continue working on this in my spare time until more experienced people decide to take over.

For actual documentation see https://github.com/nativescript-vue/vue-cli-template

About

A story about how I finally got Nativescript, Vue, Typescript, and Webpack 4 to be in the same room without screaming and hair-tearing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • Vue 8.7%
  • TypeScript 5.0%
  • CSS 3.2%