Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
introducing linx.vuetemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
scris authored Feb 14, 2019
1 parent b8d062b commit df95308
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,23 @@ Linx.vue is a boilerplate to create applications that run on Web, Mobile Phones
- It is the modified environment that was used in developing <https://github.com/scris/scristask> 1.10+.
- Some code is from <https://github.com/halfrost/vue-objccn>, so I currently choose to use GPL v3, however I will rewrite these 3 files one day and change the project into MIT.

# Setup
## Setup automatically

``` bash
# install dependencies
```bash
vue init scris/linx.vuetemplate myproj
npm install

# cordova setup
# first edit the project name in app/config.xml
cd app
npm install
cordova platform add ios
cordova platform add android
cordova platform add browser
```

# Then
## After setting up

Then edit your information in:

```bash
# edit for vue
package.json

# edit README
README.md

# edit for cordova
app/package.json

# edit for electron
dist/package.json
```
Now it is time to build your web app.

Just use it like using vue-cli. (with vue-router)
Just use it like using vue-cli.

You will find it easy to use.

Expand All @@ -51,7 +33,7 @@ if you get `cordova`, do things in mobile phones.
if you get other answers or get nothing, mark it as in the web environment.


# Commands
## Commands

``` bash
# serve with hot reload at localhost:8080
Expand Down

0 comments on commit df95308

Please sign in to comment.