You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Hironsan 786eb2e9a5 Add project edit page 3 years ago
..
api Fix code to pass code review 5 years ago
assets Load images from assets 3 years ago
components Add project edit page 3 years ago
i18n Add project edit page 3 years ago
layouts Add project edit page 3 years ago
middleware Add project edit page 3 years ago
pages Add project edit page 3 years ago
plugins Localizing member roles 4 years ago
rules Merge branch 'master' into #f1175 3 years ago
services Merge pull request #1156 from SwiftPredator/feature/fasttext_export 3 years ago
static Update an image in top page 5 years ago
store Add project edit page 3 years ago
test Add project edit page 3 years ago
.babelrc Add frontend boilerplate 5 years ago
.dockerignore Add frontend setting to docker-compose 5 years ago
.eslintrc.js Apply eslint 4 years ago
.gitignore Add frontend boilerplate 5 years ago
README.md Add frontend boilerplate 5 years ago
jest.config.js Add frontend boilerplate 5 years ago
nuxt.config.js Update dummy proxy url for development 3 years ago
package.json Enable to login on remote machine, fix #836 3 years ago
yarn.lock Enable to login on remote machine, fix #836 3 years ago

README.md

doccano-client

doccano client

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, checkout Nuxt.js docs.