Skip to content

jiraiya972/nativescript-vue-cli-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated use vue-cli-template.

nativescript-vue-cli-template

NativeScript-Vue application template for quick prototyping with vue-cli (2.x).

Usage

This is a project template for vue-cli.

# Scaffold project
npm install -g vue-cli
vue init jiraiya972/nativescript-vue-cli-template <project-name>
cd <project-name>

# Install dependencies
npm install

# Build for production
tns build <platform> --bundle

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and run the application
tns run <platform> --bundle

# Clean the NativeScript application instance
tns platform remove <platform>

Using NativeScript plugins

Installing plugins is the same as official NativeScript documentation.

Use tns plugin add from the root of the project directory.

tns plugin add <plugin-name>

Please note that some plugins still have issues resolving with this template, visit the community Slack for getting them to work and for general help.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published