All Projects → tralves → nativescript-vue-rollup-template

tralves / nativescript-vue-rollup-template

Licence: other
A NativeScript template ready to roll with Vue.js and .vue files.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects

Projects that are alternatives of or similar to nativescript-vue-rollup-template

nativescript-whatsapp-template
NativeScript Template Similar to WhatsApp
Stars: ✭ 61 (+56.41%)
Mutual labels:  nativescript, nativescript-template
nativesapp
Simple WhatsApp clone just for training purposes - Course Angular Native at www.udemy.com/angular-native
Stars: ✭ 19 (-51.28%)
Mutual labels:  nativescript, nativescript-template
nativescript-task-app
An example task management NativeScript Angular app. Demonstrates ngrx effects, lazy-loading modules, offline storage and app branding.
Stars: ✭ 26 (-33.33%)
Mutual labels:  nativescript, nativescript-template
svelte-box
A truffle box for svelte
Stars: ✭ 60 (+53.85%)
Mutual labels:  rollup
rollup-plugin-glob-import
A rollup plugin to use glob-star.
Stars: ✭ 18 (-53.85%)
Mutual labels:  rollup
babel-plugin-rewire-exports
Babel plugin for stubbing [ES6, ES2015] module exports
Stars: ✭ 62 (+58.97%)
Mutual labels:  rollup
nativescript-menu
A plugin that adds a pop-up menu to NativeScript
Stars: ✭ 17 (-56.41%)
Mutual labels:  nativescript
rollup-plugin-userscript-metablock
Transform json file to userscript metablock and append on.
Stars: ✭ 26 (-33.33%)
Mutual labels:  rollup
nativescript-ng-shadow
Angular directive to apply shadows to native elements according to the elevation level guidelines of material design specification
Stars: ✭ 54 (+38.46%)
Mutual labels:  nativescript
nativescript-loading-indicator
NativeScript Loading Indicator plugin
Stars: ✭ 48 (+23.08%)
Mutual labels:  nativescript
rollup-plugin-generate-package-json
Generate package.json file with packages from your bundle using Rollup
Stars: ✭ 29 (-25.64%)
Mutual labels:  rollup
rollup-plugin-inject-process-env
Inject environment variables in process.env with Rollup
Stars: ✭ 48 (+23.08%)
Mutual labels:  rollup
nativescript-ng2-drawer-seed
Nativescript template project with drawer support
Stars: ✭ 17 (-56.41%)
Mutual labels:  nativescript
nativescript-swipe-layout
🎆
Stars: ✭ 21 (-46.15%)
Mutual labels:  nativescript
nativescript-image-filters
NativeScript plugin to apply filters to images
Stars: ✭ 30 (-23.08%)
Mutual labels:  nativescript
nativescript-toolbox
A NativeScript module that is a composition of useful tools and helpers.
Stars: ✭ 54 (+38.46%)
Mutual labels:  nativescript
nativescript-dev-typescript
TypeScript support for NativeScript projects
Stars: ✭ 20 (-48.72%)
Mutual labels:  nativescript
Sudoku
The classic game in its brand new, modern shape. Badges, points & leaderboards included.
Stars: ✭ 13 (-66.67%)
Mutual labels:  nativescript
apex-rollup
Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.
Stars: ✭ 133 (+241.03%)
Mutual labels:  rollup
rollup-plugin-html
Import HTML files as strings in rollup build
Stars: ✭ 36 (-7.69%)
Mutual labels:  rollup

DEPRECATED

We are deprecating this template in favor of the webpack one. Some things may have changed and I haven't tested this template in a while.

Check the Groceries Vue app for an example of a working app using the webpack template.

NativeScript Vue.js Template

This repo serves as the starting point for NativeScript + Vue.js projects, using nativescript-vue.

This template creates a project ready to use with Vue single file components* (.vue files)!

It creates a project with the structure:

my-app
 |
 |-app   # your app code
 |  |-components
 |  |-...
 |
 |-tns   # the generated tns project
 |  |-app
 |  |-...
 |...

This template supports:

  • .vue Single-File Components;
  • scss imports and inside <style> tags in .vue files;
  • root imports (imports starting with / refer to the root of the app folder);
  • babel with es2015 and stage-2 presets;

Usage

  1. Dependencies:
  1. Create app from this template
tns create hello-ns-vue --template nativescript-vue-rollup-template

cd hello-ns-vue
  1. Watch for changes while developing

In two separate terminals run:

# terminal 1
rollup -c -w

# terminal 2
cd tns
tns run android
# or
tns run ios
  1. Code! Check Groceries Vue to see this template in action in a complete app.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].