• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    CSS
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

NativeScript-Vue website

NativeScript-Vue website Netlify Status

This is the source for the nativescript-vue.org website.

Contributions are welcome, all the content is placed in the content directory.

How to build the documentation

After cloning the repository, do the following steps

cd nativescript-vue.org/
npm install
npm run build:js
npm run build:css
npm run build

This sequence is only needed the first time. After that, the only command needed is:

npm run build

Serve the documentation

Install the serve npm package globally:

npm install -g serve

Run the HTTP server using the already generated dist/ directory:

serve dist/

Now, you can open the http://localhost:5000 URL in your browser to see the generated docs.

How to build in watch mode

In order to detect changes in the content directory and rebuild automatically the docs, run the following sentence:

npm run dev

More Repositories

1

nativescript-vue

Native mobile applications using Vue and NativeScript.
TypeScript
5,379
star
2

vue-cli-template

A Vue-CLI (2.x) template for NativeScript-Vue
JavaScript
282
star
3

vue-cli-plugin-nativescript-vue

A vue cli 3.x plugin for NativeScript-Vue
JavaScript
138
star
4

nativescript-vue-webpack-template

A WIP webpack template for nativescript-vue with (optional?) code-sharing
JavaScript
105
star
5

nativescript-vue-navigator

A simple router for NativeScript-Vue, built on top of $navigateTo to simplify routing from within components
JavaScript
97
star
6

nativescript-vue-template

NativeScript + Vue.js template
JavaScript
78
star
7

nativescript-vue-multi-drawer

A NativeScript-Vue component for creating multiple side drawers (4 sides supported)
Vue
47
star
8

nativescript-vue-devtools

A NativeScript-Vue plugin for connecting to the standalone vue-devtools
TypeScript
27
star
9

nativescript-vue-ui-tests

A nativescript-vue application showcasing all elements, used to generate screenshots for the docs.
JavaScript
16
star
10

nativescript-vue-artwork

Nativescript-Vue artwork - all assets used across nativescript-vue controlled websites and repositories.
6
star
11

nativescript-vue-rollup-template

A Rollup template for nativescript-vue with support for .vue files.
JavaScript
5
star
12

vuepress-theme-nativescript-vue

NativeScript-Vue theme for VuePress
JavaScript
4
star
13

nativescript-vue-base-template

A base template for the webpack template
2
star
14

nativescript-vue-externals

A package for managing the externals configuration in the vue-cli-template
JavaScript
2
star