Skip to content

teha-at/nativescript-vue.org

This branch is 129 commits behind nativescript-vue/nativescript-vue.org:v3.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba9c619 · Mar 3, 2019
Oct 6, 2018
Feb 22, 2019
Nov 11, 2018
Jan 18, 2018
Feb 18, 2019
Sep 17, 2018
Dec 29, 2017
Feb 19, 2018
Jan 13, 2018
Mar 3, 2019
Feb 27, 2019
Sep 17, 2018
Sep 17, 2018
Jul 4, 2018

Repository files navigation

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 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 globaly:

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

About

NativeScript-Vue website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.2%
  • JavaScript 17.1%
  • HTML 16.7%