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 c45d54cc0e Extract validation rules from each components 5 years ago
..
api Integrate guideline page with backend API 5 years ago
assets Add frontend boilerplate 5 years ago
components Extract validation rules from each components 5 years ago
layouts Move components to organisms/molecules/containers dir 5 years ago
middleware Add frontend boilerplate 5 years ago
pages Delete unused components 5 years ago
plugins Add frontend boilerplate 5 years ago
rules Extract validation rules from each components 5 years ago
services Integrate guideline page with backend API 5 years ago
static Add frontend boilerplate 5 years ago
store Integrate guideline page with backend API 5 years ago
test Add unit test for container/ProjectDeletionButton 5 years ago
.babelrc Add frontend boilerplate 5 years ago
.eslintrc.js Add frontend boilerplate 5 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 Add dummy API for development 5 years ago
package.json Add request class to define services 5 years ago
yarn.lock Add unit test for organisms/ProjectCreationForm 5 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.